Kaydet (Commit) 540ac996 authored tarafından Matúš Kukan's avatar Matúš Kukan

these are needed only for odk

Change-Id: I6d9ccf819f7f887fa17a2de72f39a456a56ace24
üst 7f6b2321
......@@ -8,7 +8,7 @@
#
$(eval $(call gb_Module_Module,autodoc))
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
ifneq (,$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,autodoc,\
Executable_autodoc \
......
......@@ -8,9 +8,13 @@
#
$(eval $(call gb_Module_Module,cosv))
ifneq (,$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,cosv,\
Package_inc \
StaticLibrary_cosv \
))
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab:
......@@ -8,9 +8,13 @@
#
$(eval $(call gb_Module_Module,udm))
ifneq (,$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,udm,\
Package_inc \
StaticLibrary_udm \
))
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab:
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