summaryrefslogtreecommitdiffstats
path: root/sax/Library_expwrap.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-22 21:07:24 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-22 21:07:24 +0200
commitc81f9104b6b6a91588c7a74bbb50a0c9c9729e1a (patch)
treebe3b7a4178a549d061ca397081fa5589ddbf8d03 /sax/Library_expwrap.mk
parentresyncing to master (diff)
downloadcore-c81f9104b6b6a91588c7a74bbb50a0c9c9729e1a.tar.gz
core-c81f9104b6b6a91588c7a74bbb50a0c9c9729e1a.zip
postmerge fixes for gnumake4
Diffstat (limited to 'sax/Library_expwrap.mk')
-rw-r--r--sax/Library_expwrap.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk
index 05bddd0a03b5..5b9bd34c3345 100644
--- a/sax/Library_expwrap.mk
+++ b/sax/Library_expwrap.mk
@@ -31,10 +31,14 @@ $(eval $(call gb_Library_set_componentfile,expwrap,sax/source/expatwrap/expwrap)
$(eval $(call gb_Library_set_include,expwrap,\
$$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
-I$(SRCDIR)/sax/inc \
))
+$(eval $(call gb_Library_add_api,expwrap,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,expwrap,\
cppu \
cppuhelper \