Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ EXTRA_DIST += \
pkgutilsdir = $(bindir)
pkgutils_PROGRAMS =

if ENABLE_TESTPPDFILE
pkgutils_PROGRAMS += testppdfile
endif

# ==========================
# PPD legacy support library
# ==========================
Expand Down Expand Up @@ -147,6 +143,7 @@ EXTRA_DIST += \
# PPD test utility
# ================

if ENABLE_TESTPPDFILE
pkgutils_PROGRAMS += \
testppdfile

Expand All @@ -159,6 +156,7 @@ testppdfile_CFLAGS = \
-I$(srcdir)/ppd/ \
$(CUPS_CFLAGS) \
$(LIBCUPSFILTERS_CFLAGS)
endif

# ===========================
# ppdc PPD compiler utilities
Expand Down