summaryrefslogtreecommitdiff
path: root/daemon/Makefile.am
blob: c83aabe9bd2bcf16e5c0f1f1261dc5c3430ec4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11

sbin_PROGRAMS = rrdbotd

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 \
                ../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