diff options
Diffstat (limited to 'filesharing/Makefile.am')
-rw-r--r-- | filesharing/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/filesharing/Makefile.am b/filesharing/Makefile.am new file mode 100644 index 00000000..61d66854 --- /dev/null +++ b/filesharing/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = advanced simple + +messages: rc.cpp + $(EXTRACTRC) `find . -name '*.ui'` > rc.cpp + $(XGETTEXT) rc.cpp `find . -name '*.cpp' -or -name '*.h'` -o $(podir)/kfileshare.pot |