summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-22 21:26:31 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-22 21:26:31 +0200
commit53e20b0c777da3c5df4337bee4fdcd84d9bee7a6 (patch)
tree1af55cda2b0f9c42db2006054116554be19db196
parent923db2bcda1f61c96e483986bdfe99bb8a49fe67 (diff)
postmerge fixes for gnumake4
-rw-r--r--dbaccess/Library_dbui.mk6
-rw-r--r--reportdesign/Library_rptxml.mk4
2 files changed, 7 insertions, 3 deletions
diff --git a/dbaccess/Library_dbui.mk b/dbaccess/Library_dbui.mk
index 5e44b29d3c2c..7bd9167210b1 100644
--- a/dbaccess/Library_dbui.mk
+++ b/dbaccess/Library_dbui.mk
@@ -37,7 +37,11 @@ $(eval $(call gb_Library_set_include,dbui,\
-I$(SRCDIR)/dbaccess/source/inc \
-I$(SRCDIR)/dbaccess/inc/pch \
$$(SOLARINC) \
- -I$(OUTDIR)/inc/offuh \
+))
+
+$(eval $(call gb_Library_add_api,dbui,\
+ offapi \
+ udkapi \
))
ifeq ($(SYSTEM_ODBC_HEADERS),TRUE)
diff --git a/reportdesign/Library_rptxml.mk b/reportdesign/Library_rptxml.mk
index 4e4bd0935c42..639e784304da 100644
--- a/reportdesign/Library_rptxml.mk
+++ b/reportdesign/Library_rptxml.mk
@@ -37,11 +37,11 @@ $(eval $(call gb_Library_set_include,rptxml,\
-I$(OUTDIR)/inc \
))
-))
-
$(eval $(call gb_Library_add_api,rptxml,\
offapi \
udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,rptxml,\
comphelper \
cppu \