diff options
Diffstat (limited to 'kontact/Makefile.am')
-rw-r--r-- | kontact/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kontact/Makefile.am b/kontact/Makefile.am new file mode 100644 index 000000000..eede263a0 --- /dev/null +++ b/kontact/Makefile.am @@ -0,0 +1,9 @@ +SUBDIRS = interfaces plugins src pics profiles + +DOXYGEN_REFERENCES = kdeui kparts libkcal +include $(top_srcdir)/admin/Doxyfile.am + + +messages: rc.cpp + $(EXTRACTRC) src/*.kcfg >> rc.cpp + $(XGETTEXT) rc.cpp src/*.cpp interfaces/*.cpp plugins/*/*.cpp plugins/*/*.h -o $(podir)/kontact.pot |