21 lines
443 B
Diff
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
|