Changeset 581
- Timestamp:
- 06/25/06 03:20:16 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/module-honeytrap/Makefile.am
r575 r581 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE -I/usr/include/libipq 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcap9 AM_LDFLAGS = ${LIB_PCAP} ${LIB_IPQ} 10 10 11 11 pkglib_LTLIBRARIES = modulehoneytrap.la nepenthes/trunk/modules/module-honeytrap/module-honeytrap.hpp
r575 r581 28 28 /* $Id$ */ 29 29 30 #define HAVE_PCAP 31 //#define HAVE_IPQ 32 33 #define HAVE_IPFW 30 31 #include "config.h" 34 32 35 33 #ifdef HAVE_PCAP
