[Libreoffice-commits] .: postprocess/packcomponents

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Tue Mar 29 15:33:10 PDT 2011


 postprocess/packcomponents/makefile.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit aa850ba6cda28696ab9e56e1336e8150fe1ef762
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue Mar 29 17:32:58 2011 -0500

    sc is now under gbuild, no more hack to find the *.component are needed

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 \


More information about the Libreoffice-commits mailing list