diff options
Diffstat (limited to 'kioslaves/Makefile.am')
-rw-r--r-- | kioslaves/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kioslaves/Makefile.am b/kioslaves/Makefile.am new file mode 100644 index 000000000..8258295ef --- /dev/null +++ b/kioslaves/Makefile.am @@ -0,0 +1,11 @@ +## $Id$ + +if compile_kio_sieve + SIEVE_SUBDIR = sieve +endif + +SUBDIRS = imap4 mbox $(SIEVE_SUBDIR) + +DOXYGEN_REFERENCES = kioslaves/imap4 kioslaves/mbox +include $(top_srcdir)/admin/Doxyfile.am + |