summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2012-01-24 02:31:14 +0000
committerPedro Giffuni <pfg@apache.org>2012-01-24 02:31:14 +0000
commit286fb456bc171d49266b4b40c4853e56d4c14022 (patch)
tree8e04e01253a86c90d98df0df372118267ecb00bd /postprocess
parent6a043632d0941afbf1d4020b57241a4ab2a27204 (diff)
Fix build when CoinMP is disabled. Patch by Pavel.
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index c134a4d36621..3e72d064b641 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -144,7 +144,6 @@ my_components = \
slideshow \
sm \
smd \
- solver \
spl \
srtrs1 \
stringresource \
@@ -191,6 +190,10 @@ my_components += component/vcl/vcl.unx
my_components += oooimprovement
.END
+.IF "$(ENABLE_COINMP)"=="YES"
+my_components += solver
+.END
+
.IF "$(DISABLE_SAXON)" == ""
my_components += XSLTFilter.jar \
xsltfilter