From 5c69e17f47972484d68b6236269a5160bdf1f58c Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 11 Apr 2006 22:17:50 +0000 Subject: Implements CGI in C --- tools/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/Makefile.am (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..8863b29 --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,7 @@ + +bin_PROGRAMS = rrdui-cgi + + +rrdui_cgi_SOURCES = rrdui-cgi.c \ + ../common/config-parser.c ../common/config-parser.h \ + ../common/compat.c ../common/compat.h ../common/usuals.h -- cgit v1.2.3