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 /svtools/Library_svt.mk | |
parent | 91e34e4ccc6c61d0b64d250817af7f0d2263b89e (diff) |
gnumake2: added component registration
Diffstat (limited to 'svtools/Library_svt.mk')
-rw-r--r-- | svtools/Library_svt.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |