summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 17:32:58 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 17:32:58 -0500
commitaa850ba6cda28696ab9e56e1336e8150fe1ef762 (patch)
tree3b34ca3d8b95552c376d08aa097a41354a90bfa3
parenta5ee936db98487a46edf396d0a23157e7cae0280 (diff)
sc is now under gbuild, no more hack to find the *.component are needed
-rw-r--r--postprocess/packcomponents/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index dfdfd7c..fe664e1 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -39,10 +39,8 @@ GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
.END
.IF "$(USE_GMAKE)" != "1"
-SC_COMPONENTS:=sc scd
SM_COMPONENTS:=sm smd vbaobj
.ELSE
-SC_COMPONENTS:= component/sc/util/sc component/sc/util/scd component/sc/util/vbaobj
SM_COMPONENTS:= component/starmath/util/sm component/starmath/util/smd
.END
@@ -67,6 +65,9 @@ my_components = \
component/framework/util/fwl \
component/framework/util/fwm \
component/vbahelper/util/msforms \
+ component/sc/util/sc \
+ component/sc/util/scd \
+ component/sc/util/vbaobj \
component/sfx2/util/sfx \
component/sot/util/sot \
component/svl/source/fsstor/fsstorage \
@@ -144,7 +145,6 @@ my_components = \
rptxml \
sax \
sb \
- $(SC_COMPONENTS)\
scn \
scriptframe \
sd \