diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-05-30 18:08:50 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-17 16:41:08 +0200 |
commit | 246efa0d481c4b3bb55c1f53d954557cc027c008 (patch) | |
tree | 76742dc66aaa690f9588450e590a6694f391ba00 /xmloff/Library_xo.mk | |
parent | 3c822ccbf013b2c9129cbb4717890114bfdd06ee (diff) |
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r-- | xmloff/Library_xo.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 278971088472..fb951417b2a6 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -37,7 +37,6 @@ $(eval $(call gb_Library_set_include,xo,\ $$(SOLARINC) \ -I$(realpath $(SRCDIR)/xmloff/inc) \ -I$(realpath $(SRCDIR)/xmloff/inc/pch) \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,xo,\ @@ -45,6 +44,11 @@ $(eval $(call gb_Library_set_defs,xo,\ -DXMLOFF_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_add_api,xo,\ + udkapi \ + offapi \ +)) + $(eval $(call gb_Library_add_linked_libs,xo,\ basegfx \ comphelper \ |