From 481170d00897b420f8756f403b79e08896a9a0bf Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 10 Apr 2023 21:45:28 +0200 Subject: [PATCH] Makefile.am: Fixed typos --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index db968c30..4bb9472b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,11 +154,11 @@ testppdfile_SOURCES = ppd/testppdfile.c testppdfile_LDADD = \ libppd.la \ $(CUPS_LIBS) \ - $(CUPS-FILTERS_LIBS) + $(LIBCUPSFILTERS_LIBS) testppdfile_CFLAGS = \ -I$(srcdir)/ppd/ \ $(CUPS_CFLAGS) \ - $(CUPS-FILTERS_CFLAGS) + $(LIBCUPSFILTERS_CFLAGS) # =========================== # ppdc PPD compiler utilities