summaryrefslogtreecommitdiff
path: root/sfx2/Library_sfx.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-05-30 18:08:50 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 16:41:08 +0200
commit246efa0d481c4b3bb55c1f53d954557cc027c008 (patch)
tree76742dc66aaa690f9588450e590a6694f391ba00 /sfx2/Library_sfx.mk
parent3c822ccbf013b2c9129cbb4717890114bfdd06ee (diff)
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rwxr-xr-xsfx2/Library_sfx.mk6
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) \
))