From 54532a89a2f6abdb6142680379c60bef4b94bd16 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Tue, 22 Feb 2022 17:49:50 +0000 Subject: Fix building with "local" cups sources Also cups device: Ignore deprecated function warnings Using gcc pragmas --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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) -- cgit v1.2.1