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])
#ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
+SUBDIRS = rrdcached
+
EXTRA_DIST = cgi-demo.cgi.in
examplesdir = $(pkgdatadir)/examples
--- /dev/null
+## 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
+