[Libreoffice-commits] .: connectivity/Library_dbtools.mk

Michael Stahl mst at kemper.freedesktop.org
Thu May 31 04:45:17 PDT 2012


 connectivity/Library_dbtools.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5fc3273bdbf424d7b15504e05bc8b2460a2668ff
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu May 31 12:41:12 2012 +0200

    Library_dbtools.mk: fix cyclic dependency on connectivity_generated
    
    Change-Id: Icac4bd86197c5e2ae1e86582ff3f0648307437b4

diff --git a/connectivity/Library_dbtools.mk b/connectivity/Library_dbtools.mk
index f3faca7..55d74c0 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 \
 ))
 


More information about the Libreoffice-commits mailing list