diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-05-30 18:14:44 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:31:16 +0200 |
commit | 185a80eb7191151ea0a2d619272a1c78e2d4a9c1 (patch) | |
tree | c8e1b02df51279b8fc23102df022874c6889a9d3 /sw/Library_sw.mk | |
parent | 64be4292eb919396c2f06544b9bbaa5568dddb2a (diff) |
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index f3e53715deb0..82ea9aa3b3c1 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -43,10 +43,14 @@ $(eval $(call gb_Library_set_include,sw,\ -I$(WORKDIR)/Misc/sw/ \ $$(INCLUDE) \ $(if $(filter YES,$(SYSTEM_LIBXML)),$(LIBXML_CFLAGS)) \ - -I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc \ )) +$(eval $(call gb_Library_add_api,sw,\ + udkapi \ + offapi \ +)) + $(eval $(call gb_Library_set_defs,sw,\ $$(DEFS) \ -DSW_DLLIMPLEMENTATION \ |