Kaydet (Commit) 99a1e8c4 authored tarafından Michael Stahl's avatar Michael Stahl

connectivity: fix up some more exotic libs...

... for Package_generated removal

Change-Id: I14d8da088964224b68fba03e920eeb5a2d19f9f5
üst 64fed0c4
......@@ -15,6 +15,7 @@ $(eval $(call gb_Library_set_componentfile,ado,connectivity/source/drivers/ado/a
$(eval $(call gb_Library_set_include,ado,\
-I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))
$(eval $(call gb_Library_use_external,ado,boost_headers))
......
......@@ -22,6 +22,7 @@ $(eval $(call gb_Library_use_sdk_api,kab1))
$(eval $(call gb_Library_set_include,kab1,\
-I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))
$(eval $(call gb_Library_use_libraries,kab1,\
......
......@@ -26,9 +26,10 @@ $(eval $(call gb_Library_use_libraries,macab1,\
))
$(eval $(call gb_Library_set_include,macab1,\
$$(INCLUDE) \
-I$(SRCDIR)/connectivity/inc \
-I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \
-I$(SRCDIR)/connectivity/inc \
-I$(SRCDIR)/connectivity/source/inc \
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))
$(eval $(call gb_Library_add_exception_objects,macab1,\
......
......@@ -14,6 +14,7 @@ $(eval $(call gb_Library_set_componentfile,mozab2,connectivity/source/drivers/mo
$(eval $(call gb_Library_set_include,mozab2,\
-I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))
$(eval $(call gb_Library_use_external,mozab2,boost_headers))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment