aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-06-17 16:29:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-06-17 16:29:29 +0000
commit5573851a1130e1f4dfbce8ccce752878b413ac99 (patch)
treea4ad7fcd691629f8497478fe267fde81445a5213 /src
parent05582e131771aa511c5a5ecea7c805d378cc96a5 (diff)
downloadipacct-5573851a1130e1f4dfbce8ccce752878b413ac99.tar.gz
ipacct-5573851a1130e1f4dfbce8ccce752878b413ac99.tar.bz2
Fixed INCLUDES
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index aca5d3b..46bbc49 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,6 +4,6 @@ ipacct_SOURCES = main.c run.c utils.c iputil.c bpf_dump.c cons_raw.c \
config.y list.c
ipacct_LDADD = ../lib/libipacct.a ../libpcap/libpcap.a
noinst_HEADERS = ipacct.h report.h list.h
-INCLUDES = -I$(top_srcdir)/libp -I$(top_srcdir)/libpcap @INCLUDES@
+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/libpcap @INCLUDES@
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.