summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-05-31 12:41:12 +0200
committerMichael Stahl <mstahl@redhat.com>2012-05-31 13:27:31 +0200
commit5fc3273bdbf424d7b15504e05bc8b2460a2668ff (patch)
treeb2a4473a8b8c4769f739fe5b072fcd8620c0e133 /connectivity
parente67fc823516226a41319ee242fefda245fb18a3e (diff)
Library_dbtools.mk: fix cyclic dependency on connectivity_generated
Change-Id: Icac4bd86197c5e2ae1e86582ff3f0648307437b4
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/Library_dbtools.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/Library_dbtools.mk b/connectivity/Library_dbtools.mk
index f3faca731569..55d74c0c0b8c 100644
--- a/connectivity/Library_dbtools.mk
+++ b/connectivity/Library_dbtools.mk
@@ -27,8 +27,9 @@
$(eval $(call gb_Library_Library,dbtools))
+# connectivity_generated causes cyclic dependency here, so set include path
+# for that instead
$(eval $(call gb_Library_use_packages,dbtools,\
- connectivity_generated \
connectivity_inc \
))