aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c7fe645..480e6d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,6 +72,6 @@ AM_CFLAGS=-g -Wall
protos:
echo > prototypes.h
- ${CPROTO} ${CPPFLAGS} -e -v ${CSRCS} > prototypes.new
+ ${CPROTO} ${AM_CPPFLAGS} -e -v ${CSRCS} > prototypes.new
mv prototypes.new prototypes.h