mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
151 B
Makefile
11 lines
151 B
Makefile
15 years ago
|
|
||
|
check_PROGRAMS = main
|
||
|
main_SOURCES = main.c test.c test.h test-tcpick.c
|
||
|
|
||
|
LDADD = ../htp/.libs/libhtp.a -lz
|
||
|
AM_CFLAGS = -g -O2
|
||
|
|
||
|
|
||
|
#check: all
|
||
|
# ./main
|