summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2019-05-08 13:23:26 +0100
committerChris Liddell <chris.liddell@artifex.com>2019-05-09 15:53:38 +0100
commitd2809b15153eedbbe1bfb43fc259bf674e353f42 (patch)
tree07607550b94580258837c4ba54d8090ae25b882d /Makefile.in
parentd0d7b8d3866aecafac3601ebd9b4b5d83f4fbe91 (diff)
downloadghostpdl-d2809b15153eedbbe1bfb43fc259bf674e353f42.tar.gz
Add an (interim) --enable-gpdl configure option
This adds gpdl to the default target list for make. Mainly to get the .so build usable without having edit the makefiles. This will be deprecated when gpdl is always in the default target list.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7b6cb1a6e..6a635468f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -190,7 +190,7 @@ PCL_TARGET=@PCL_TARGET@
XPS_TARGET=@XPS_TARGET@
GPDL_TARGET=@GPDL_TARGET@
-PCL_XPS_TARGETS=$(PCL_TARGET) $(XPS_TARGET)
+PCL_XPS_TARGETS=$(PCL_TARGET) $(XPS_TARGET) @GPDL_TARGET_VAR@
# Define the directories for debugging and profiling binaries, relative to
# the standard binaries.