From 7fe50e2afb6777d98f6474846f4658c454b2164b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 24 Jan 2006 22:53:11 +0000 Subject: Started development on the SNMP polling daemon. --- src/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index daa2319..7aa9605 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,8 @@ +SUBDIRS = bsnmp -sbin_PROGRAMS = rrdcollectd +sbin_PROGRAMS = rrdbotd -rrdcollectd_SOURCES = rrdcollectd.c - -rrdcollectd_CFLAGS = -I${top_srcdir}/common/ -I${top_srcdir} -rrdcollectd_LDFLAGS = +rrdbotd_SOURCES = rrdbotd.c rrdbotd.h snmpclient.c snmpclient.h usuals.h \ + common/stringx.h common/stringx.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