summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-25 09:38:49 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-25 10:15:42 +0200
commit79c20b265479232871bcd4aea37400243e09bb99 (patch)
tree154acbfd8e9c5f9aefe22ce71a80adad4624f11b /dbaccess
parent378c038918ca6c7adecf73f49e627c75ebd0e43a (diff)
add missing deps on sqlbison.hxx
Change-Id: I098a4514b9b32b1ecf96b1f2275f77bac540d557
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/Library_dba.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk
index fd2895aaf4fc..fa9eb6d080ea 100644
--- a/dbaccess/Library_dba.mk
+++ b/dbaccess/Library_dba.mk
@@ -9,7 +9,8 @@
$(eval $(call gb_Library_Library,dba))
-$(eval $(call gb_Library_use_package,dba,\
+$(eval $(call gb_Library_use_packages,dba,\
+ connectivity_generated \
dbaccess_inc \
))