rrdflushcached: Do not free 'opt_daemon' before checking the connection. -- Sebastian...
[rrdtool.git] / examples / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 #AUTOMAKE_OPTIONS        =  foreign
4
5 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
6
7 SUBDIRS = rrdcached
8
9 EXTRA_DIST = cgi-demo.cgi.in
10
11 examplesdir = $(pkgdatadir)/examples
12 examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl \
13         stripes.pl bigtops.pl minmax.pl 4charts.pl perftest.pl
14
15 cgi-demo.cgi: @srcdir@/cgi-demo.cgi.in $(top_builddir)/config.status
16         sed 's,@''exec_prefix@,$(exec_prefix),' @srcdir@/cgi-demo.cgi.in > $@
17         chmod a+x $@
18