From c6a73009747814513ab5a7277c211449c7378870 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 16 Aug 2013 11:08:32 +0300 Subject: Use subfolder names from Change all instances of hardcoded "program", "share" etc subfolder names to use those from instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53 --- scp2/InstallModule_draw.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scp2/InstallModule_draw.mk') diff --git a/scp2/InstallModule_draw.mk b/scp2/InstallModule_draw.mk index 63a29f823d0d..84359c99dc8c 100644 --- a/scp2/InstallModule_draw.mk +++ b/scp2/InstallModule_draw.mk @@ -9,6 +9,11 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/draw)) +$(eval $(call gb_InstallModule_define_if_set,scp2/draw,\ + ENABLE_MACOSX_MACLIKE_APP_STRUCTURE \ + ENABLE_MACOSX_SANDBOX \ +)) + $(eval $(call gb_InstallModule_add_templates,scp2/draw,\ scp2/source/templates/module_langpack_draw \ )) -- cgit