these are needed only for odk

Change-Id: I6d9ccf819f7f887fa17a2de72f39a456a56ace24
This commit is contained in:
Matúš Kukan
2012-08-13 19:46:54 +02:00
parent 7f6b2321a5
commit 540ac996fb
3 changed files with 9 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
# #
$(eval $(call gb_Module_Module,autodoc)) $(eval $(call gb_Module_Module,autodoc))
ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) ifneq (,$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,autodoc,\ $(eval $(call gb_Module_add_targets,autodoc,\
Executable_autodoc \ Executable_autodoc \

View File

@@ -8,9 +8,13 @@
# #
$(eval $(call gb_Module_Module,cosv)) $(eval $(call gb_Module_Module,cosv))
ifneq (,$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,cosv,\ $(eval $(call gb_Module_add_targets,cosv,\
Package_inc \ Package_inc \
StaticLibrary_cosv \ StaticLibrary_cosv \
)) ))
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab:

View File

@@ -8,9 +8,13 @@
# #
$(eval $(call gb_Module_Module,udm)) $(eval $(call gb_Module_Module,udm))
ifneq (,$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,udm,\ $(eval $(call gb_Module_add_targets,udm,\
Package_inc \ Package_inc \
StaticLibrary_udm \ StaticLibrary_udm \
)) ))
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab: