From: oetiker Date: Fri, 5 Dec 2008 10:23:46 +0000 (+0000) Subject: added rrdcached examples to extra_dist to make sure they get distributed X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f8e40c8868ac7c4509c3dc29c9c0f0fd2e8f011f;p=rrdtool-all.git added rrdcached examples to extra_dist to make sure they get distributed git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1695 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/examples/rrdcached/Makefile.am b/program/examples/rrdcached/Makefile.am index d02bdd5a..51b10372 100644 --- a/program/examples/rrdcached/Makefile.am +++ b/program/examples/rrdcached/Makefile.am @@ -5,5 +5,6 @@ #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4 examplesdir = $(pkgdatadir)/examples/rrdcached -examples_SCRIPTS = RRDCached.pm rrdcached-size.pl +examples_SCRIPTS = RRDCached.pm rrdcached-size.pl +EXTRA_DIST = RRDCached.pm rrdcached-size.pl