diff options
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 5f56c38f252b..790be1b1e734 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -19,20 +19,20 @@ $(eval $(call gb_Library_Library,vcl)) -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.common)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.common,services)) ifeq ($(OS),MACOSX) -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.macosx)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.macosx,services)) else ifeq ($(OS),WNT) -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows,services)) else ifeq ($(OS),ANDROID) -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.android)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.android,services)) else ifeq ($(OS),iOS) -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.ios)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.ios,services)) else ifeq ($(DISABLE_GUI),TRUE) -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.headless)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.headless,services)) else -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx,services)) endif $(eval $(call gb_Library_set_precompiled_header,vcl,vcl/inc/pch/precompiled_vcl)) |