--- ../flow-tools-0.63-original/lib/Makefile.am Tue Dec 3 00:34:22 2002 +++ lib/Makefile.am Mon Feb 3 14:43:29 2003 @@ -2,7 +2,8 @@ #CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs #CFLAGS=-O2 -CFLAGS=-g -Wall +#CFLAGS=-g -Wall +CFLAGS=$(RPM_OPT_FLAGS) DEFS=-I. --- ../flow-tools-0.63-original/src/Makefile.am Mon Nov 25 10:50:11 2002 +++ src/Makefile.am Mon Feb 3 14:43:06 2003 @@ -7,7 +7,8 @@ #CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs #CFLAGS=-O2 -CFLAGS=-g -Wall +#CFLAGS=-g -Wall +CFLAGS=$(RPM_OPT_FLAGS) bin_PROGRAMS = flow-capture flow-cat flow-stat flow-print flow-dscan \ flow-send flow-receive flow-gen flow-expire \