1234567891011 |
- --- snort-2.9.5.orig/tools/u2boat/Makefile.in 2013-06-04 23:21:53.000000000 +0200
- +++ snort-2.9.5/tools/u2boat/Makefile.in 2013-07-17 11:21:52.000000000 +0200
- @@ -256,7 +256,7 @@ top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- AUTOMAKE_OPTIONS = foreign
- u2boat_SOURCES = u2boat.c u2boat.h
- -u2boat_CFLAGS = @CFLAGS@ $(AM_CFLAGS)
- +#u2boat_CFLAGS = @CFLAGS@ $(AM_CFLAGS)
- u2boat_LDADD = -lpcap
- dist_doc_DATA = README.u2boat
- all: all-am
|