From 7fcead4473bc224bc8c6a66e2db3b3ee87f751d4 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 25 Jan 2006 04:07:04 +0000 Subject: Configuration file parsing for rrdbotd. --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7aa9605..9f460fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,8 @@ SUBDIRS = bsnmp sbin_PROGRAMS = rrdbotd -rrdbotd_SOURCES = rrdbotd.c rrdbotd.h snmpclient.c snmpclient.h usuals.h \ - common/stringx.h common/stringx.c +rrdbotd_SOURCES = rrdbotd.c rrdbotd.h config.c snmp-help.c \ + snmpclient.c snmpclient.h \ + usuals.h common/stringx.h common/stringx.c common/hash.h common/hash.c rrdbotd_CFLAGS = -I${top_srcdir}/src/common/ -I${top_srcdir} -Ibsnmp rrdbotd_LDADD = $(top_builddir)/src/bsnmp/libbsnmp-custom.a -- cgit v1.2.3