diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-01-27 22:33:57 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-01-27 22:44:04 +0200 |
commit | a925b72db35cd55a20c76e1207c2749c2281cad4 (patch) | |
tree | e63c94755a33c97cdcb5cb12e7917285731ab8d7 /vbahelper | |
parent | 5cf4a008eff7e3acfa49838e81b45884d97b2733 (diff) |
Do deliver headers also for iOS even if we don't build the libs
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/Module_vbahelper.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vbahelper/Module_vbahelper.mk b/vbahelper/Module_vbahelper.mk index fcf046e04c32..28f710fd7db7 100644 --- a/vbahelper/Module_vbahelper.mk +++ b/vbahelper/Module_vbahelper.mk @@ -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: |