summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-02-22 17:49:50 +0000
committerChris Liddell <chris.liddell@artifex.com>2022-02-24 15:01:05 +0000
commit54532a89a2f6abdb6142680379c60bef4b94bd16 (patch)
tree0b63aad952ed35dbef606633973f5f134d80f8d2 /Makefile.in
parent7d90551531b331e0ea7e14c0776be198211b604d (diff)
downloadghostpdl-54532a89a2f6abdb6142680379c60bef4b94bd16.tar.gz
Fix building with "local" cups sources
Also cups device: Ignore deprecated function warnings Using gcc pragmas
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bb6554333..ff786e2bc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2021 Artifex Software, Inc.
+# Copyright (C) 2001-2022 Artifex Software, Inc.
# All Rights Reserved.
#
# This software is provided AS-IS with no warranty, either express or
@@ -381,6 +381,7 @@ CUPSPDFTORASTER=@CUPSPDFTORASTER@
SHARE_LCUPS=@SHARELCUPS@
LCUPS_NAME=cups
LCUPSSRCDIR=@CUPS_DIR@
+LIBCUPSSRCDIR=@LIB_CUPS_DIR@
LCUPSBUILDTYPE=@LCUPSBUILDTYPE@
CUPS_CC=$(CC)