summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-05-22 08:55:08 +0000
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-10 14:08:43 +0100
commitf9767c25e4fdeb1e05a8678e49fb07045c4ed1d4 (patch)
tree806dea38ad17dfbb1e110e2811b0b215e392f7a9
parent2c50884491102269bb8c9e3f06786a7d4305782a (diff)
Added include and linking directives for building the firebird-sdbc driver.
Change-Id: I2126bc5ca0edc33f83ab6e71db1d38c5e4533ecc
-rw-r--r--connectivity/Library_firebird-sdbc.mk7
1 files changed, 7 insertions, 0 deletions
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) \