summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2016-05-18 18:32:43 +0100
committerChris Liddell <chris.liddell@artifex.com>2016-05-20 09:20:21 +0100
commit3e210f8e786464ec1f4ec8524abdf8f6a9a6f39b (patch)
tree42f9deac63c1cbe6e549cd7c1f6628dc3fa7a51a /Makefile.in
parentb43055a17fe8369daa100ce5b522c86f215567fd (diff)
downloadghostpdl-3e210f8e786464ec1f4ec8524abdf8f6a9a6f39b.tar.gz
Fix the PCL and XPS .so builds.
The soname value wasn't being set correctly, so they both ended up being called libgs.so... internally.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3e791a2fe..2e4b711e1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -433,7 +433,13 @@ AC_LDFLAGS=@X_LDFLAGS@
LDFLAGS=@LDFLAGS@ $(AC_LDFLAGS) $(XLDFLAGS)
-LDFLAGS_SO=@DYNAMIC_LDFLAGS@
+GS_LDFLAGS=$(LDFLAGS)
+PCL_LDFLAGS=$(LDFLAGS)
+XPS_LDFLAGS=$(LDFLAGS)
+
+GS_LDFLAGS_SO=@GS_DYNAMIC_LDFLAGS@
+PCL_LDFLAGS_SO=@PCL_DYNAMIC_LDFLAGS@
+XPS_LDFLAGS_SO=@XPS_DYNAMIC_LDFLAGS@
# Define any extra libraries to link into the executable.
# ISC Unix 2.2 wants -linet.