summaryrefslogtreecommitdiff
path: root/comphelper/Library_comphelp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/Library_comphelp.mk')
-rw-r--r--comphelper/Library_comphelp.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/comphelper/Library_comphelp.mk b/comphelper/Library_comphelp.mk
index cab1474a769d..0d6c57bc741c 100644
--- a/comphelper/Library_comphelp.mk
+++ b/comphelper/Library_comphelp.mk
@@ -36,13 +36,15 @@ $(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp4)
$(eval $(call gb_Library_set_include,comphelper,\
-I$(SRCDIR)/comphelper/inc/pch \
-I$(SRCDIR)/comphelper/source/inc \
- -I$(SRCDIR)/comphelper/inc \
- -I$(WORKDIR)/inc/comphelper/ \
$$(INCLUDE) \
- -I$(OUTDIR)/inc/comphelper \
-I$(OUTDIR)/inc/offuh \
))
+$(eval $(call gb_Library_set_defs,comphelper,\
+ $$(DEFS) \
+ -DCOMPHELPER_DLLIMPLEMENTATION \
+))
+
$(eval $(call gb_Library_add_linked_libs,comphelper,\
sal \
cppuhelper \