You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
408 B
15 lines
408 B
if include_exchange_SUBDIR
|
|
EXCHANGE_SUBDIR=exchange
|
|
endif
|
|
|
|
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
|