diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-07 16:44:36 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 17:07:44 +0200 |
commit | ee6713269255bddc5b97892a5875ef4e015b6ee2 (patch) | |
tree | bd0a30bdf214c56fae06798e8a23ce09344dd62b /dbaccess/Library_dba.mk | |
parent | 38f5717b1d488b866d55a603eea1260c6203fd69 (diff) |
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 'dbaccess/Library_dba.mk')
-rw-r--r-- | dbaccess/Library_dba.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk index 2c2b8949013f..b3b794dd740a 100644 --- a/dbaccess/Library_dba.mk +++ b/dbaccess/Library_dba.mk @@ -9,14 +9,11 @@ $(eval $(call gb_Library_Library,dba)) -$(eval $(call gb_Library_use_packages,dba,\ - connectivity_generated \ -)) - $(eval $(call gb_Library_set_include,dba,\ $$(INCLUDE) \ -I$(SRCDIR)/dbaccess/source/inc \ -I$(SRCDIR)/dbaccess/source/core/inc \ + -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_add_defs,dba,\ |