summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-06 15:58:44 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-06 15:58:44 +0100
commit00b02d6380c5e4b8df7d2241bdb4a129a34c8322 (patch)
tree131b464d6f8743a47204ab5d4506a3519ef78599 /sfx2
parent4f40fd2727a826d5d0b06617e5179829d66df5d2 (diff)
gnumake2: added component registration
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/Library_sfx.mk (renamed from sfx2/Library_sfx2.mk)2
-rwxr-xr-xsfx2/Module_sfx2.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/Library_sfx2.mk b/sfx2/Library_sfx.mk
index fbe4fb4c5926..fb88cd015029 100644
--- a/sfx2/Library_sfx2.mk
+++ b/sfx2/Library_sfx.mk
@@ -36,6 +36,8 @@ $(eval $(call gb_Library_add_precompiled_header,sfx,$(SRCDIR)/sfx2/inc/pch/preco
$(eval $(call gb_Library_add_sdi_headers,sfx,sfx2/sdi/sfxslots))
+$(eval $(call gb_Library_set_componentfile,sfx,sfx2/util/sfx))
+
$(eval $(call gb_Library_set_include,sfx,\
-I$(SRCDIR)/sfx2/inc \
-I$(SRCDIR)/sfx2/inc/sfx2 \
diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk
index b0c026c3732d..f6ac7c4c053e 100755
--- a/sfx2/Module_sfx2.mk
+++ b/sfx2/Module_sfx2.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_Module_Module,sfx2))
$(eval $(call gb_Module_add_targets,sfx2,\
AllLangResTarget_sfx2 \
- Library_sfx2 \
+ Library_sfx \
Package_inc \
Package_sdi \
))