From 95ec30461cca36ee08cdd0b4251e4a5ca95c05c8 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 27 Jan 2006 00:58:53 +0000 Subject: Make it build in it's new environment. --- daemon/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index fa8144a..c83aabe 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -1,11 +1,11 @@ -SUBDIRS = bsnmp sbin_PROGRAMS = rrdbotd -rrdbotd_SOURCES = rrdbotd.c rrdbotd.h config.c \ +rrdbotd_SOURCES = rrdbotd.c rrdbotd.h config.c usuals.h \ snmp-help.c snmp-engine.c rrd-update.c \ - common/server-mainloop.c common/server-mainloop.h \ - common/sock-any.h common/sock-any.c \ - 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 + ../common/server-mainloop.c ../common/server-mainloop.h \ + ../common/sock-any.h ../common/sock-any.c \ + ../common/stringx.h ../common/stringx.c \ + ../common/hash.h ../common/hash.c +rrdbotd_CFLAGS = -I${top_srcdir}/common/ -I${top_srcdir}/bsnmp/ -I${top_srcdir} +rrdbotd_LDADD = $(top_builddir)/bsnmp/libbsnmp-custom.a -- cgit v1.2.3