diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Library_vcl.mk | 6 | ||||
-rw-r--r-- | vcl/Package_afmhash.mk | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index db96844e1de9..fb7ab96aada3 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -28,11 +28,11 @@ $(eval $(call gb_Library_Library,vcl)) ifeq ($(OS),MACOSX) -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.macosx,vcl/vcl)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.macosx)) else ifeq ($(OS),WNT) -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows,vcl/vcl)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.windows)) else -$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx,vcl/vcl)) +$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx)) endif $(eval $(call gb_Library_add_package_headers,vcl,vcl_inc)) diff --git a/vcl/Package_afmhash.mk b/vcl/Package_afmhash.mk index d3de8357eb93..38b9f0db7896 100644 --- a/vcl/Package_afmhash.mk +++ b/vcl/Package_afmhash.mk @@ -24,6 +24,6 @@ # instead of those above. $(eval $(call gb_Package_Package,vcl_afmhash,$(WORKDIR)/CustomTarget/vcl/unx/generic/fontmanager)) -$(eval $(call gb_Package_add_customtarget,vcl_afmhash,vcl/unx/generic/fontmanager)) +$(eval $(call gb_Package_add_customtarget,vcl_afmhash,vcl/unx/generic/fontmanager,SRCDIR)) # vim: set noet sw=4: |