summaryrefslogtreecommitdiffstats
path: root/connectivity/Library_jdbc.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 16:44:36 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 17:07:44 +0200
commitee6713269255bddc5b97892a5875ef4e015b6ee2 (patch)
treebd0a30bdf214c56fae06798e8a23ce09344dd62b /connectivity/Library_jdbc.mk
parentoox: remove Package_generated and Package_tokens (diff)
downloadcore-ee6713269255bddc5b97892a5875ef4e015b6ee2.tar.gz
core-ee6713269255bddc5b97892a5875ef4e015b6ee2.zip
connectivity: remove Package_generated
This one is ugly, the Yacc generated header is used in lots of places; the dependencies are already right because using the header requires using the dbtools library which builds the YaccTarget, so just yet another include path has to be added. Change-Id: I031fde80ac326551d4719533305b1ae35351ca43
Diffstat (limited to 'connectivity/Library_jdbc.mk')
-rw-r--r--connectivity/Library_jdbc.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/Library_jdbc.mk b/connectivity/Library_jdbc.mk
index 6af6826035a1..9222bc5694eb 100644
--- a/connectivity/Library_jdbc.mk
+++ b/connectivity/Library_jdbc.mk
@@ -12,10 +12,6 @@ $(eval $(call gb_Library_Library,jdbc))
$(eval $(call gb_Library_set_componentfile,jdbc,connectivity/source/drivers/jdbc/jdbc))
-$(eval $(call gb_Library_use_packages,jdbc,\
- connectivity_generated \
-))
-
$(eval $(call gb_Library_use_external,jdbc,boost_headers))
$(eval $(call gb_Library_use_sdk_api,jdbc))
@@ -24,6 +20,7 @@ $(eval $(call gb_Library_set_include,jdbc,\
$$(INCLUDE) \
-I$(SRCDIR)/connectivity/inc \
-I$(SRCDIR)/connectivity/source/inc \
+ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))
$(eval $(call gb_Library_use_libraries,jdbc,\