From a925b72db35cd55a20c76e1207c2749c2281cad4 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 27 Jan 2012 22:33:57 +0200 Subject: Do deliver headers also for iOS even if we don't build the libs --- vbahelper/Module_vbahelper.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vbahelper') 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: -- cgit