Skip to content

Commit

Permalink
remove Makefile.in from package
Browse files Browse the repository at this point in the history
  • Loading branch information
missla committed Apr 8, 2022
1 parent ae80832 commit 3dbd55c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ rastertocapt_SOURCES = rastertocapt.c \

rastertocapt_SOURCES += prn_lbp2900.c

AM_CFLAGS = -std=c99 -Wall -Wextra -pedantic $(CUPS_CFLAGS)
rastertocapt_LDADD = $(CUPS_LIBS)

nodist_data_DATA = Makefile.in

AM_CFLAGS = -std=c99 -Wall -Wextra -pedantic $(CUPS_CFLAGS)

0 comments on commit 3dbd55c

Please sign in to comment.