summaryrefslogtreecommitdiff
path: root/extensions/Library_abp.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-21 09:57:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-21 10:02:00 +0100
commit0b21dd2593fae41ee430717d7d65e2cfca25b8e9 (patch)
tree986c1b1906611540fb2a042b575190ae48c734e3 /extensions/Library_abp.mk
parente860c78e2390c8d4e924411ac41e045d2a1c3968 (diff)
Fix datasource choices offered by the Address Book wizard
...as at least on Linux, availability of Mozilla/Thunderbird is independend of WITH_MOZILLA/--enable-mozilla now. This fix might not be perfect yet, see the TODO comment in the code. Change-Id: Ie5343a23187648f5e56d82753b6c222e6da7ec54
Diffstat (limited to 'extensions/Library_abp.mk')
-rw-r--r--extensions/Library_abp.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/Library_abp.mk b/extensions/Library_abp.mk
index b4a556976bc6..49195c09de58 100644
--- a/extensions/Library_abp.mk
+++ b/extensions/Library_abp.mk
@@ -38,6 +38,7 @@ $(eval $(call gb_Library_set_include,abp,\
-I$(SRCDIR)/extensions/source/inc \
))
+ifeq ($(OS),WNT)
ifneq ($(WITH_MOZILLA),NO)
ifneq ($(SYSTEM_MOZILLA),YES)
$(eval $(call gb_Library_add_defs,abp,\
@@ -45,6 +46,7 @@ $(eval $(call gb_Library_add_defs,abp,\
))
endif
endif
+endif
$(eval $(call gb_Library_add_defs,abp,\
-DCOMPMOD_NAMESPACE=abp \