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.
51 lines
1.0 KiB
51 lines
1.0 KiB
15 years ago
|
if include_exchange_SUBDIR
|
||
14 years ago
|
EXCHANGE_SUBDIR=exchange
|
||
|
endif
|
||
|
|
||
|
if include_egroupware_SUBDIR
|
||
|
EGROUPWARE_SUBDIR=egroupware
|
||
|
endif
|
||
|
|
||
|
if include_kolab_SUBDIR
|
||
|
KOLAB_SUBDIR=kolab
|
||
|
endif
|
||
|
|
||
|
if include_slox_SUBDIR
|
||
|
SLOX_SUBDIR=slox
|
||
|
endif
|
||
|
|
||
|
if include_groupwise_SUBDIR
|
||
|
GROUPWISE_SUBDIR=groupwise
|
||
|
endif
|
||
|
|
||
|
if include_featureplan_SUBDIR
|
||
|
FEATUREPLAN_SUBDIR=featureplan
|
||
|
endif
|
||
|
|
||
|
if include_groupdav_SUBDIR
|
||
|
GROUPDAV_SUBDIR=groupdav
|
||
|
endif
|
||
|
|
||
|
if include_birthdays_SUBDIR
|
||
|
BIRTHDAYS_SUBDIR=birthdays
|
||
|
endif
|
||
|
|
||
|
if include_newexchange_SUBDIR
|
||
|
NEWEXCHANGE_SUBDIR=newexchange
|
||
|
endif
|
||
|
|
||
|
if include_scalix_SUBDIR
|
||
|
SCALIX_SUBDIR=scalix
|
||
15 years ago
|
endif
|
||
|
|
||
14 years ago
|
if include_caldav_SUBDIR
|
||
|
CALDAV_SUBDIR=caldav
|
||
|
endif
|
||
|
|
||
|
if include_carddav_SUBDIR
|
||
|
CARDDAV_SUBDIR=carddav
|
||
|
endif
|
||
|
|
||
14 years ago
|
SUBDIRS = lib remote $(EGROUPWARE_SUBDIR) $(EXCHANGE_SUBDIR) $(KOLAB_SUBDIR) $(SLOX_SUBDIR) $(GROUPWISE_SUBDIR) $(FEATUREPLAN_SUBDIR) $(GROUPDAV_SUBDIR) $(BIRTHDAYS_SUBDIR) $(NEWEXCHANGE_SUBDIR) $(SCALIX_SUBDIR) $(CALDAV_SUBDIR) $(CARDDAV_SUBDIR)
|
||
15 years ago
|
# SUBDIRS = remote egroupware $(EXCHANGE_SUBDIR) kolab slox groupwise featureplan
|