Do deliver headers also for iOS even if we don't build the libs

This commit is contained in:
Tor Lillqvist 2012-01-27 22:33:57 +02:00
parent 5cf4a008ef
commit a925b72db3
2 changed files with 8 additions and 2 deletions

View File

@ -33,7 +33,6 @@ ifneq (IOS,$(OS))
$(eval $(call gb_Module_add_targets,basic,\
AllLangResTarget_sb \
Library_sb \
Package_inc \
))
$(eval $(call gb_Module_add_check_targets,basic,\
@ -42,4 +41,8 @@ $(eval $(call gb_Module_add_check_targets,basic,\
endif
$(eval $(call gb_Module_add_targets,basic,\
Package_inc \
))
# vim: set noet sw=4 ts=4:

View File

@ -34,7 +34,6 @@ ifneq (IOS,$(OS))
$(eval $(call gb_Module_add_targets,vbahelper,\
Library_vbahelper \
Library_msforms \
Package_inc \
))
# add any runtime tests (unit tests) here
@ -48,4 +47,8 @@ $(eval $(call gb_Module_add_targets,vbahelper,\
endif
$(eval $(call gb_Module_add_targets,vbahelper,\
Package_inc \
))
# vim: set noet sw=4 ts=4: