diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-13 03:08:17 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-13 03:08:17 +0000 |
commit | e9998761586c8d1a048ff8008fd55d23220c60a4 (patch) | |
tree | d6e37af963c1cad82d8a02702d20a8ae5990289d /wizards | |
parent | 8957708ccee6892f70933d5da089e57ff77a0005 (diff) | |
download | tdepim-e9998761586c8d1a048ff8008fd55d23220c60a4.tar.gz tdepim-e9998761586c8d1a048ff8008fd55d23220c60a4.zip |
Fix FTBFS on Ubuntu
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/wizards/Makefile.am b/wizards/Makefile.am index 468405db2..8208d1e77 100644 --- a/wizards/Makefile.am +++ b/wizards/Makefile.am @@ -48,13 +48,22 @@ kde_module_LTLIBRARIES = $(EGROUPWARE_LIB_LA) $(SLOX_LIB_LA) \ $(GROUPWISE_LIB_LA) \ $(SCALIX_LIB_LA) - +if include_egroupware_SUBDIR +if include_slox_SUBDIR +if include_kolab_SUBDIR +if include_exchange_SUBDIR +if include_groupwise_SUBDIR groupwarewizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) groupwarewizard_LDADD = libegroupwarewizard.la libsloxwizard.la $(LIB_KDEUI) \ libkolabwizard.la \ libexchangewizard.la \ libgroupwisewizard.la groupwarewizard_SOURCES = groupwarewizard.cpp main.cpp overviewpage.cpp +endif +endif +endif +endif +endif # Kolab if include_kolab_SUBDIR |