blob: 1f243a1a18fe03c56e96f1479b52949dc013cc6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig Fri Sep 14 22:04:05 2001
+++ Makefile.in Fri Sep 14 22:05:33 2001
@@ -7,7 +7,7 @@
# $rev: 3$
CC= gcc
-CCOPT= -O2 -Wall @PCAP_INCLUDE@
+CCOPT= -Wall @CFLAGS@ @PCAP_INCLUDE@
DEBUG= -g
#uncomment the following if you need libpcap based build under linux
#(not raccomanded)
|