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 /sfx2/Library_sfx.mk | |
parent | 3c822ccbf013b2c9129cbb4717890114bfdd06ee (diff) |
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rwxr-xr-x | sfx2/Library_sfx.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index c93efacab9f8..e6231c8a6efb 100755 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -38,6 +38,11 @@ $(eval $(call gb_Library_add_sdi_headers,sfx,sfx2/sdi/sfxslots)) $(eval $(call gb_Library_set_componentfile,sfx,sfx2/util/sfx)) +$(eval $(call gb_Library_add_api,sfx,\ + udkapi \ + offapi \ +)) + $(eval $(call gb_Library_set_include,sfx,\ -I$(realpath $(SRCDIR)/sfx2/inc) \ -I$(realpath $(SRCDIR)/sfx2/inc/sfx2) \ @@ -46,7 +51,6 @@ $(eval $(call gb_Library_set_include,sfx,\ -I$(WORKDIR)/SdiTarget/sfx2/sdi \ -I$(WORKDIR)/inc/ \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc \ $(LIBXML_CFLAGS) \ )) |