libppd/libppd-disable-testppdfile.patch
Zdenek Dohnal 2672a39650 2.0rc1
2023-04-27 14:33:20 +02:00

21 lines
443 B
Diff

diff --git a/Makefile.am b/Makefile.am
index 4bb9472b..21a2fb45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -143,6 +143,7 @@ EXTRA_DIST += \
ppd/test2.ppd \
ppd/README.md
+if ENABLE_TESTPPDFILE
# ================
# PPD test utility
# ================
@@ -159,6 +160,7 @@ testppdfile_CFLAGS = \
-I$(srcdir)/ppd/ \
$(CUPS_CFLAGS) \
$(LIBCUPSFILTERS_CFLAGS)
+endif
# ===========================
# ppdc PPD compiler utilities