diff options
-rw-r--r-- | svl/Library_fsstorage.mk | 2 | ||||
-rw-r--r-- | svl/Library_passwordcontainer.mk | 2 | ||||
-rw-r--r-- | svl/Library_svl.mk | 2 | ||||
-rw-r--r-- | svtools/Library_hatchwindowfactory.mk | 2 | ||||
-rw-r--r-- | svtools/Library_productregistration.mk | 2 | ||||
-rw-r--r-- | svtools/Library_svt.mk | 2 | ||||
-rw-r--r-- | toolkit/Library_tk.mk | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk index 6db23b4ae547..379ea9697c0a 100644 --- a/svl/Library_fsstorage.mk +++ b/svl/Library_fsstorage.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,fsstorage)) +$(eval $(call gb_Library_set_componentfile,fsstorage,svl/source/fsstor/fsstorage)) + $(eval $(call gb_Library_set_include,fsstorage,\ $$(SOLARINC) \ -I$(WORKDIR)/inc/svl \ diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk index 4285efa53a0b..fc602ef048ad 100644 --- a/svl/Library_passwordcontainer.mk +++ b/svl/Library_passwordcontainer.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,passwordcontainer)) +$(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer)) + $(eval $(call gb_Library_set_include,passwordcontainer,\ $$(SOLARINC) \ -I$(WORKDIR)/inc/svl \ diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index e872c1cfec5b..eb839abf4f94 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -31,6 +31,8 @@ $(eval $(call gb_Library_add_package_headers,svl,svl_inc)) $(eval $(call gb_Library_add_precompiled_header,svl,$(SRCDIR)/svl/inc/pch/precompiled_svl)) +$(eval $(call gb_Library_set_componentfile,svl,svl/util/svl)) + $(eval $(call gb_Library_set_include,svl,\ $$(SOLARINC) \ -I$(WORKDIR)/inc/svl \ diff --git a/svtools/Library_hatchwindowfactory.mk b/svtools/Library_hatchwindowfactory.mk index 448517271e19..67f6f8d95ba8 100644 --- a/svtools/Library_hatchwindowfactory.mk +++ b/svtools/Library_hatchwindowfactory.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,hatchwindowfactory)) +$(eval $(call gb_Library_set_componentfile,hatchwindowfactory,svtools/source/hatchwindow/hatchwindowfactory)) + $(eval $(call gb_Library_set_include,hatchwindowfactory,\ $$(INCLUDE) \ -I$(WORKDIR)/inc/svtools \ diff --git a/svtools/Library_productregistration.mk b/svtools/Library_productregistration.mk index 7dc480c8ea5a..670e06c5f1bd 100644 --- a/svtools/Library_productregistration.mk +++ b/svtools/Library_productregistration.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,productregistration)) +$(eval $(call gb_Library_set_componentfile,productregistration,svtools/source/productregistration/productregistration.uno)) + $(eval $(call gb_Library_set_include,productregistration,\ $$(SOLARINC) \ -I$(WORKDIR)/inc/svtools \ diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk index 8fb07c2d8f49..816c4ad4466c 100644 --- a/svtools/Library_svt.mk +++ b/svtools/Library_svt.mk @@ -31,6 +31,8 @@ $(eval $(call gb_Library_add_package_headers,svt,svtools_inc)) $(eval $(call gb_Library_add_precompiled_header,svt,$(SRCDIR)/svtools/inc/pch/precompiled_svtools)) +$(eval $(call gb_Library_set_componentfile,svt,svtools/util/svt)) + $(eval $(call gb_Library_set_include,svt,\ $$(INCLUDE) \ -I$(WORKDIR)/inc/svtools \ diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index 7fe38ac64dc7..eadd87b77322 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,tk)) +$(eval $(call gb_Library_set_componentfile,tk,toolkit/util/tk)) + $(eval $(call gb_Library_add_package_headers,tk,toolkit_inc)) #$(eval $(call gb_Library_add_precompiled_header,tk,$(SRCDIR)/toolkit/inc/pch/precompiled_toolkit)) |