diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-26 23:37:19 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-26 23:37:19 +0000 |
commit | 9c8a8ccc7d56b905a48aefc1c6c936d336514d74 (patch) | |
tree | a6fa225fdfdfd9ad68d54a693cc820b0f99368f6 /src/Makefile.am | |
parent | f9a49bea3da1f6e366fafc860b89a7963b3e1853 (diff) |
RRD Updating code.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2c345c8..fa8144a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = bsnmp sbin_PROGRAMS = rrdbotd rrdbotd_SOURCES = rrdbotd.c rrdbotd.h config.c \ - snmp-help.c snmp-engine.c \ + 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 |