From: Tobias 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-Tag: 1.4.0~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d5158c9e1d84a126fbdee64b1b5dff3d1bd123e;p=thirdparty%2Frrdtool-1.x.git added rrdcached examples to extra_dist to make sure they get distributed git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1695 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/examples/rrdcached/Makefile.am b/examples/rrdcached/Makefile.am index d02bdd5a..51b10372 100644 --- a/examples/rrdcached/Makefile.am +++ b/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