Skip to content

Commit

Permalink
Merge pull request agalakhov#44 from missla/package
Browse files Browse the repository at this point in the history
Remove Makefile.in from package
  • Loading branch information
agalakhov authored Apr 9, 2022
2 parents fdb2321 + 3dbd55c commit 9d0584b
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 9d0584b

Please sign in to comment.