summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-04-23 20:52:35 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-04-23 20:52:35 -0500
commit8e49f7537697981bd4f35071d6566343315cfeb5 (patch)
treea898fac8d6070aa3af818b238d928a67571743d7
parentb0ff8d5b8333b705ed39fa321e7b7887714fed3e (diff)
starmath is built by gbuild now
-rw-r--r--postprocess/packcomponents/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 9e8966f..f8cdc75 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -38,12 +38,6 @@ PKGCONFIG_MODULES=gtk+-2.0
GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
.END
-.IF "$(USE_GMAKE)" != "1"
-SM_COMPONENTS:=sm smd
-.ELSE
-SM_COMPONENTS:= component/starmath/util/sm component/starmath/util/smd
-.END
-
my_components = \
abp \
analysis \
@@ -87,6 +81,8 @@ my_components = \
component/sfx2/util/sfx \
component/slideshow/util/slideshow \
component/sot/util/sot \
+ component/starmath/util/sm \
+ component/starmath/util/smd \
component/svl/source/fsstor/fsstorage \
component/svl/source/passwordcontainer/passwordcontainer \
component/svl/util/svl \
@@ -158,7 +154,6 @@ my_components = \
scriptframe \
sdbc2 \
simplecanvas \
- $(SM_COMPONENTS)\
solver \
spell \
spl \