From: Tobias Oetiker Date: Tue, 14 Aug 2012 09:22:19 +0000 (+0000) Subject: fix locations for installing the sample programs to make automake happy X-Git-Tag: 1.4.8~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b366750ef91e7f49ec1e826e91276c4a91110a;p=thirdparty%2Frrdtool-1.x.git fix locations for installing the sample programs to make automake happy git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2302 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/tcl/Makefile.am b/bindings/tcl/Makefile.am index c0e8b0ff..265191d6 100644 --- a/bindings/tcl/Makefile.am +++ b/bindings/tcl/Makefile.am @@ -27,8 +27,8 @@ tclpkgdir = @TCL_PACKAGE_DIR@ tclpkg_DATA = pkgIndex.tcl tclpkg_SCRIPTS = ifOctets.tcl else -pkglib_DATA = pkgIndex.tcl -pkglib_SCRIPTS = ifOctets.tcl +pkgdata_DATA = pkgIndex.tcl +pkgdata_SCRIPTS = ifOctets.tcl endif # Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as