diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-25 04:07:04 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-25 04:07:04 +0000 |
commit | 7fcead4473bc224bc8c6a66e2db3b3ee87f751d4 (patch) | |
tree | d92c54aed884ed001f7901bbb4bef9623975df76 /src/Makefile.am | |
parent | 26a677b17880a14b9345270cb15b37d27d7d4797 (diff) |
Configuration file parsing for rrdbotd.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
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 |