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
2ipacct_SOURCES = main.c run.c utils.c iputil.c bpf_dump.c cons_raw.c \ 2ipacct_SOURCES = main.c run.c utils.c iputil.c bpf_dump.c cons_raw.c \
3 cons_ether.c cons_ppp.c cons_ip.c account.c report.c \ 3 cons_ether.c cons_ppp.c cons_ip.c account.c report.c \
4 config.y list.c 4 config.y list.c
5ipacct_LDADD = ../lib/libipacct.a ../libpcap/libpcap.a 5ipacct_LDADD = ../lib/libipacct.a
6noinst_HEADERS = ipacct.h report.h list.h 6noinst_HEADERS = ipacct.h report.h list.h
7INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/libpcap @INCLUDES@ 7INCLUDES = -I$(top_srcdir)/lib
8AM_CFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" 8AM_CFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\"
9AM_YFLAGS = -v -t \ No newline at end of file 9AM_YFLAGS = -v -t \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.