summaryrefslogtreecommitdiff
path: root/gs/src/unixansi.mak
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2007-05-21 22:08:07 +0000
committerRalph Giles <ralph.giles@artifex.com>2007-05-21 22:08:07 +0000
commit1e98c047350cc76269f831c308e80059abdca3c3 (patch)
tree23eb730203ab5c741407f77f45f5352613ecb034 /gs/src/unixansi.mak
parent9a964639b0b3c27e1b5438af4bba480bf3cdc337 (diff)
downloadghostpdl-1e98c047350cc76269f831c308e80059abdca3c3.tar.gz
Define IMDISRCDIR in the top level makefiles and pass this through to
the compile lines in devs.mak. This the the correct fix for the issue addressed in revisions 7970 and 7971. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@7994 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/unixansi.mak')
-rw-r--r--gs/src/unixansi.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/gs/src/unixansi.mak b/gs/src/unixansi.mak
index fab53bbbb..7dc235af6 100644
--- a/gs/src/unixansi.mak
+++ b/gs/src/unixansi.mak
@@ -179,6 +179,11 @@ ICCSRCDIR=icclib
IJSSRCDIR=ijs
IJSEXECTYPE=unix
+# Define the directory where the imdi library source is stored.
+# See devs.mak for more information
+
+IMDISRCDIR=imdi
+
# Define how to build the library archives. (These are not used in any
# standard configuration.)