diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-13 01:14:12 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-13 01:14:12 +0000 |
commit | 8957708ccee6892f70933d5da089e57ff77a0005 (patch) | |
tree | 8eb5fd5fbc83e3c202663d496b119f587fe520ae /kresources/Makefile.am | |
parent | 3fcac17ef64103be02431a689a0538e997296a92 (diff) | |
download | tdepim-8957708ccee6892f70933d5da089e57ff77a0005.tar.gz tdepim-8957708ccee6892f70933d5da089e57ff77a0005.zip |
Added the ability to disable resources at compile time
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kresources/Makefile.am')
-rw-r--r-- | kresources/Makefile.am | 40 |
1 files changed, 38 insertions, 2 deletions
diff --git a/kresources/Makefile.am b/kresources/Makefile.am index b5471d901..c0ca6cd2a 100644 --- a/kresources/Makefile.am +++ b/kresources/Makefile.am @@ -1,5 +1,41 @@ if include_exchange_SUBDIR -EXCHANGE_SUBDIR=exchange +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 endif if include_caldav_SUBDIR @@ -10,5 +46,5 @@ 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 = 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) # SUBDIRS = remote egroupware $(EXCHANGE_SUBDIR) kolab slox groupwise featureplan |