summaryrefslogtreecommitdiff
path: root/vbahelper/Module_vbahelper.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/Module_vbahelper.mk')
-rw-r--r--vbahelper/Module_vbahelper.mk5
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: