blob: 7aa9605d9af1c3efa06958a5724d1a73eafaad6b (
plain)
1
2
3
4
5
6
7
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_CFLAGS = -I${top_srcdir}/src/common/ -I${top_srcdir} -Ibsnmp
rrdbotd_LDADD = $(top_builddir)/src/bsnmp/libbsnmp-custom.a
|