Skip to content

Commit be7b72c

Browse files
authored
Merge pull request #2305 from julianaito/extra-cflags
packcc: add EXTRA_CFLAGS to packcc_CFLAGS
2 parents be621ae + ec55ffa commit be7b72c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ noinst_PROGRAMS += packcc
3838
noinst_PROGRAMS += mini-geany
3939

4040
packcc_CPPFLAGS =
41-
packcc_CFLAGS =
41+
packcc_CFLAGS =
42+
packcc_CFLAGS += $(EXTRA_CFLAGS)
4243
dist_packcc_SOURCES = $(PACKCC_SRCS)
4344

4445
if HAVE_STRNLEN

0 commit comments

Comments
 (0)