From: oetiker Date: Wed, 3 Dec 2008 09:54:09 +0000 (+0000) Subject: integrated rrdcached examples into build process X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=4c0788abeb8fc688a50cb58012707b7e1cf6f85e;hp=7bab74885aba3a419503e9776699d239db6600c9 integrated rrdcached examples into build process git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1686 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/configure.ac b/configure.ac index bfce61b..b3d5c80 100644 --- a/configure.ac +++ b/configure.ac @@ -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/rrdcached/Makefile]) AC_CONFIG_FILES([doc/Makefile]) AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([src/Makefile]) diff --git a/examples/Makefile.am b/examples/Makefile.am index e568965..a91db8c 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -4,6 +4,8 @@ #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4 +SUBDIRS = rrdcached + 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 index 0000000..d02bdd5 --- /dev/null +++ b/examples/rrdcached/Makefile.am @@ -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 +