Skip to content

Commit

Permalink
Makefile.am: Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Apr 10, 2023
1 parent 64499ae commit 481170d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 481170d

Please sign in to comment.