Skip to content

Commit

Permalink
Do deliver headers also for iOS even if we don't build the libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tml1024 committed Jan 27, 2012
1 parent 5cf4a00 commit a925b72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion basic/Module_basic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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,\
Expand All @@ -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:
5 changes: 4 additions & 1 deletion vbahelper/Module_vbahelper.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

0 comments on commit a925b72

Please sign in to comment.