# CFLAGS are already implicitly included by the autotools
# Jeroen Roovers <jer@gentoo.org>


--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,7 +36,7 @@
 					addproto.h links.h tcptimeout.h			\
 					arphdr.h descrec.h  externs.h ospf.h attrs.h fltdefs.h logvars.h
 
-iptraf_CFLAGS =	$(CFLAGS)		\
+iptraf_CFLAGS = \
 					-Wall		\
 					-std=gnu99	\
 					-pedantic	\
@@ -49,7 +49,7 @@
 
 rvnamed_SOURCES = rvnamed.c rvnamed.h getpath.c dirs.h getpath.h
 
-rvnamed_CFLAGS = $(CFLAGS)		\
+rvnamed_CFLAGS = \
 					-Wall		\
 					-std=gnu99	\
 					-pedantic	\
@@ -57,7 +57,7 @@
 
 rawtime_SOURCES = rawtime.c
 
-rawtime_CFLAGS = $(CFLAGS)		\
+rawtime_CFLAGS = \
 					-Wall		\
 					-std=gnu99	\
 					-pedantic	\
