aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 46bbc49..34104d6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,8 +2,8 @@ sbin_PROGRAMS = ipacct
ipacct_SOURCES = main.c run.c utils.c iputil.c bpf_dump.c cons_raw.c \
cons_ether.c cons_ppp.c cons_ip.c account.c report.c \
config.y list.c
-ipacct_LDADD = ../lib/libipacct.a ../libpcap/libpcap.a
+ipacct_LDADD = ../lib/libipacct.a
noinst_HEADERS = ipacct.h report.h list.h
-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/libpcap @INCLUDES@
+INCLUDES = -I$(top_srcdir)/lib
AM_CFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\"
AM_YFLAGS = -v -t \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.