summaryrefslogtreecommitdiffstats
path: root/kresources
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-12 20:33:54 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-12 20:33:54 +0000
commit51e4d32c42dd2b953d155c68f497af252f8c48b0 (patch)
tree7b14e073fcda665149f58c9beb10880183fd01d9 /kresources
parent11dddb7e7b574289115a620ff29e3fe4269125b6 (diff)
downloadtdepim-51e4d32c42dd2b953d155c68f497af252f8c48b0.tar.gz
tdepim-51e4d32c42dd2b953d155c68f497af252f8c48b0.zip
Added autodetection of libcaldav/libcarddav
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174560 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kresources')
-rw-r--r--kresources/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/kresources/Makefile.am b/kresources/Makefile.am
index 1ae15a7d..b5471d90 100644
--- a/kresources/Makefile.am
+++ b/kresources/Makefile.am
@@ -2,5 +2,13 @@ if include_exchange_SUBDIR
EXCHANGE_SUBDIR=exchange
endif
-SUBDIRS = lib remote egroupware $(EXCHANGE_SUBDIR) kolab slox groupwise featureplan groupdav birthdays newexchange scalix caldav carddav
+if include_caldav_SUBDIR
+CALDAV_SUBDIR=caldav
+endif
+
+if include_carddav_SUBDIR
+CARDDAV_SUBDIR=carddav
+endif
+
+SUBDIRS = lib remote egroupware $(EXCHANGE_SUBDIR) kolab slox groupwise featureplan groupdav birthdays newexchange scalix $(CALDAV_SUBDIR) $(CARDDAV_SUBDIR)
# SUBDIRS = remote egroupware $(EXCHANGE_SUBDIR) kolab slox groupwise featureplan