diff options
-rw-r--r-- | sw/Library_sw.mk | 2 | ||||
-rw-r--r-- | sw/Library_swd.mk | 2 | ||||
-rw-r--r-- | sw/Library_vbaswobj.mk | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index b654d3a5c6ab..1e5c1d6f8642 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -31,6 +31,8 @@ $(eval $(call gb_Library_add_sdi_headers,sw,sw/sdi/swslots)) $(eval $(call gb_Library_add_precompiled_header,sw,$(SRCDIR)/sw/inc/pch/precompiled_sw)) +$(eval $(call gb_Library_set_componentfile,sw,sw/util/sw)) + $(eval $(call gb_Library_set_include,sw,\ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/filter/inc \ diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk index 1d185e8f4267..0917c1bdf903 100644 --- a/sw/Library_swd.mk +++ b/sw/Library_swd.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,swd)) +$(eval $(call gb_Library_set_componentfile,swd,sw/util/swd)) + $(eval $(call gb_Library_set_include,swd,\ $$(INCLUDE) \ -I$(WORKDIR)/inc/sw/sdi \ diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index b5f4576f1d9e..669934d80471 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,vbaswobj)) +$(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj)) + $(eval $(call gb_Library_set_include,vbaswobj,\ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/filter/inc \ |