diff options
author | Steve <sb@npubs.com> | 2006-04-11 22:17:50 +0000 |
---|---|---|
committer | Steve <sb@npubs.com> | 2006-04-11 22:17:50 +0000 |
commit | 5c69e17f47972484d68b6236269a5160bdf1f58c (patch) | |
tree | 8772edddebf683c874bc1332f3f689b0d69e694b /tools/Makefile.am | |
parent | b97f1ade009887d1436dc558f1e3262a97a54d42 (diff) |
Implements CGI in C
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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 |