|
|
@ -2,5 +2,13 @@ if include_exchange_SUBDIR
|
|
|
|
EXCHANGE_SUBDIR=exchange
|
|
|
|
EXCHANGE_SUBDIR=exchange
|
|
|
|
endif
|
|
|
|
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
|
|
|
|
# SUBDIRS = remote egroupware $(EXCHANGE_SUBDIR) kolab slox groupwise featureplan
|
|
|
|