From 53e20b0c777da3c5df4337bee4fdcd84d9bee7a6 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 22 Jul 2011 21:26:31 +0200 Subject: postmerge fixes for gnumake4 --- dbaccess/Library_dbui.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dbaccess') 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) -- cgit