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 | 00b02d6380c5e4b8df7d2241bdb4a129a34c8322 (patch) | |
tree | 131b464d6f8743a47204ab5d4506a3519ef78599 /xmloff/Library_xo.mk | |
parent | 4f40fd2727a826d5d0b06617e5179829d66df5d2 (diff) |
gnumake2: added component registration
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r-- | xmloff/Library_xo.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 8ebf82b5cf4d..22143b1d2bc8 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,xo)) +$(eval $(call gb_Library_set_componentfile,xo,xmloff/util/xo)) + $(eval $(call gb_Library_add_package_headers,xo,xmloff_inc)) $(eval $(call gb_Library_add_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/precompiled_xmloff)) |