Kaydet (Commit) bf3a1b07 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

There is no dbu library unless BUILD_TYPE has DBCONNECTIVITY

Change-Id: Ie48fc4e96afeb1bdcfdd75522e826fa47b6cee3d
üst 898d6486
...@@ -122,6 +122,6 @@ $(if $(strip $(1)),\ ...@@ -122,6 +122,6 @@ $(if $(strip $(1)),\
$(call tailbuild_serialize,$(wordlist 2,$(words $(1)),$(1)))) $(call tailbuild_serialize,$(wordlist 2,$(words $(1)),$(1))))
endef endef
$(eval $(call tailbuild_serialize,scfilt sc sw sd dbu ooxml oox svxcore vcl xo)) $(eval $(call tailbuild_serialize,scfilt sc sw sd $(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) ooxml oox svxcore vcl xo))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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