summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-05-22 08:55:08 +0000
committerJavier Fernandez <jfernandez@igalia.com>2013-06-06 09:37:41 +0000
commita19f942743b83a1a4f654131b67b3d608b80103a (patch)
treed558d903c67aea90d8f4bb5d9769efd89e6d1b58
parentfc1cf588031f1f8dee2f9ff803653681c6aa72a8 (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) \