Skip to content

Commit

Permalink
Merge pull request #2305 from julianaito/extra-cflags
Browse files Browse the repository at this point in the history
packcc: add EXTRA_CFLAGS to packcc_CFLAGS
  • Loading branch information
k-takata committed Nov 10, 2019
2 parents be621ae + ec55ffa commit be7b72c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ noinst_PROGRAMS += packcc
noinst_PROGRAMS += mini-geany

packcc_CPPFLAGS =
packcc_CFLAGS =
packcc_CFLAGS =
packcc_CFLAGS += $(EXTRA_CFLAGS)
dist_packcc_SOURCES = $(PACKCC_SRCS)

if HAVE_STRNLEN
Expand Down

0 comments on commit be7b72c

Please sign in to comment.