From 118829fa654f6edeb35e5dda2f6e8215bacf26ca Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 7 Jul 2008 14:06:29 +0000 Subject: Remove inlcuded libpcap. * libpcap: Remove * INSTALL: Remove * Makefile.am (SUBDIRS): Remove libpcap * configure.ac: Remove libpcap Use LOG_FACILITY instead of --with-log-facility Raise version no. to 1.0. * ylwrap: Remove. * src/Makefile.am (ipacct_LDADD): Use -lpcap. * src/ipacct.h: Do not include ip_var.h * src/main.c: Do not include pcap-int.h * src/run.c: Do not include pcap-int.h (run): Use pcap_fileno. * AUTHORS: Update * ylwrap, INSTALL: Remove. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1ba1e23..4101da5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = 1.6 readme-alpha ACLOCAL_AMFLAGS = -I m4 -SUBDIRS=libpcap lib src m4 +SUBDIRS=lib src m4 EXTRA_DIST=ipacct.conf.example -- cgit v1.2.1