integrated rrdcached examples into build process
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 3 Dec 2008 09:54:09 +0000 (09:54 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 3 Dec 2008 09:54:09 +0000 (09:54 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1686 a5681a0c-68f1-0310-ab6d-d61299d08faa

configure.ac
examples/Makefile.am
examples/rrdcached/Makefile.am [new file with mode: 0644]

index bfce61b..b3d5c80 100644 (file)
@@ -873,6 +873,7 @@ AC_CONFIG_FILES([examples/minmax.pl])
 AC_CONFIG_FILES([examples/4charts.pl])
 AC_CONFIG_FILES([examples/perftest.pl])
 AC_CONFIG_FILES([examples/Makefile])
 AC_CONFIG_FILES([examples/4charts.pl])
 AC_CONFIG_FILES([examples/perftest.pl])
 AC_CONFIG_FILES([examples/Makefile])
+AC_CONFIG_FILES([examples/rrdcached/Makefile])
 AC_CONFIG_FILES([doc/Makefile])
 AC_CONFIG_FILES([po/Makefile.in])
 AC_CONFIG_FILES([src/Makefile])
 AC_CONFIG_FILES([doc/Makefile])
 AC_CONFIG_FILES([po/Makefile.in])
 AC_CONFIG_FILES([src/Makefile])
index e568965..a91db8c 100644 (file)
@@ -4,6 +4,8 @@
 
 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
 
 
 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
 
+SUBDIRS = rrdcached
+
 EXTRA_DIST = cgi-demo.cgi.in
 
 examplesdir = $(pkgdatadir)/examples
 EXTRA_DIST = cgi-demo.cgi.in
 
 examplesdir = $(pkgdatadir)/examples
diff --git a/examples/rrdcached/Makefile.am b/examples/rrdcached/Makefile.am
new file mode 100644 (file)
index 0000000..d02bdd5
--- /dev/null
@@ -0,0 +1,9 @@
+## Process this file with automake to produce Makefile.in
+
+#AUTOMAKE_OPTIONS        =  foreign
+
+#ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
+
+examplesdir = $(pkgdatadir)/examples/rrdcached
+examples_SCRIPTS =  RRDCached.pm rrdcached-size.pl   
+