diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-06 15:58:44 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-06 15:58:44 +0100 |
commit | 245e3ab75fd3aa3dd557dab37e9691f33bd023b1 (patch) | |
tree | a32a4b38ed2f130e5eefd4687ef675a69f158bce /svl/Library_svl.mk | |
parent | 91e34e4ccc6c61d0b64d250817af7f0d2263b89e (diff) |
gnumake2: added component registration
Diffstat (limited to 'svl/Library_svl.mk')
-rw-r--r-- | svl/Library_svl.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |