summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-28 18:56:51 +0000
committerStef Walter <stef@memberwebs.com>2006-01-28 18:56:51 +0000
commitdd192cc2ac301972f6761f5d6bd3a4c6a46736bf (patch)
tree39d567dff3557a15d95acb4db048b1253d3c6191 /tools/Makefile.am
parent0999545e84b7597e2503fd69f77fb291651b76db (diff)
Add C RRD create tool. See #50
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644
index 0000000..94dfa06
--- /dev/null
+++ b/tools/Makefile.am
@@ -0,0 +1,8 @@
+
+sbin_PROGRAMS = rrdbot-create
+
+rrdbot_create_SOURCES = rrdbot-create.c ../common/usuals.h \
+ ../common/config-parser.h ../common/config-parser.c \
+ ../common/compat.h ../common/compat.c
+rrdbot_create_CFLAGS = -I${top_srcdir}/common/ -I${top_srcdir} \
+ -DCONF_PREFIX=\"$(sysconfdir)\" -DDATA_PREFIX=\"$(datadir)\"