Added autodetection of libcaldav/libcarddav

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174560 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 11dddb7e7b
commit 51e4d32c42

@ -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

Loading…
Cancel
Save