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
commit0128b2300820aec169078bdc481d5b44d1008d08 (patch)
tree226f7c157d68a4f988d81887429bd9d6e6582357 /sfx2
parentb5dea6b3dd85d1b9555ded5f0d54aed1acf2be81 (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 fbe4fb4c59..fb88cd0150 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 b0c026c373..f6ac7c4c05 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 \
))