From aa5b1bb3f263c433a78f34e7066e5a3c4ed97ae9 Mon Sep 17 00:00:00 2001 From: Javier Fernandez Date: Wed, 22 May 2013 08:55:08 +0000 Subject: [PATCH] Added include and linking directives for building the firebird-sdbc driver. Change-Id: I2126bc5ca0edc33f83ab6e71db1d38c5e4533ecc --- connectivity/Library_firebird-sdbc.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/connectivity/Library_firebird-sdbc.mk b/connectivity/Library_firebird-sdbc.mk index 34d12e0c86a6..2f94c323c538 100644 --- a/connectivity/Library_firebird-sdbc.mk +++ b/connectivity/Library_firebird-sdbc.mk @@ -15,10 +15,17 @@ $(eval $(call gb_Library_use_externals,firebird-sdbc,\ firebird \ )) +$(eval $(call gb_Library_set_include,firebird-sdbc,\ + -I$(SRCDIR)/connectivity/source/inc \ + $$(INCLUDE) \ + -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ +)) + $(eval $(call gb_Library_use_libraries,firebird-sdbc, \ comphelper \ cppu \ cppuhelper \ + dbtools \ sal \ salhelper \ $(gb_UWINAPI) \