diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-14 10:30:56 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-14 10:33:08 +0200 |
commit | 28abf5db1360a2b1b26e05871f6a52da4a24efea (patch) | |
tree | addac968d0c51341c087d212dbc43c6f00693539 | |
parent | f5f020d594d96e61b1d633da309efa43eab4556d (diff) |
gbuild: Package connectivity_generated is gone
Change-Id: I3471e83cccb84590d2ab154f086015d59730bd43
-rw-r--r-- | svx/Library_svxcore.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index e23ae2ca8a73..d6188616ed91 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -377,9 +377,6 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\ )) ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))) -$(eval $(call gb_Library_use_packages,svxcore,\ - connectivity_generated \ -)) $(eval $(call gb_Library_add_exception_objects,svxcore,\ svx/source/fmcomp/dbaexchange \ |