From: Tobias Oetiker Date: Thu, 8 Jan 2015 13:50:39 +0000 (+0100) Subject: include missing files in dist X-Git-Tag: v1.5.0-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b8cdde4eba873b7e27d97bad224e260a649a84;p=thirdparty%2Frrdtool-1.x.git include missing files in dist --- diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 29a3a7d3..76e91448 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -11,8 +11,9 @@ SUBDIRS = $(SUB_tcl) $(SUB_lua) # the following files are not mentioned in any other Makefile EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL perl-piped/RRDp.pm perl-piped/t/base.t \ - perl-shared/ntmake-build perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.ppd perl-shared/RRDs.xs perl-shared/t/base.t \ + perl-shared/ntmake-build perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.ppd perl-shared/RRDs.xs perl-shared/t/base.t perl-shared/t/callback.t \ ruby/CHANGES ruby/README ruby/extconf.rb ruby/main.c ruby/test.rb \ + dotnet/rrdlib.cs dotnet/rrd_binding_test.cs dotnet/rrdlib.sln dotnet/favicon.ico dotnet/dnrrdlib.csproj dotnet/Properties/AssemblyInfo.cs dotnet/dnrrd_binding_test.csproj dotnet/RrdException.cs \ python/ACKNOWLEDGEMENT python/AUTHORS python/COPYING python/README python/rrdtoolmodule.c python/setup.py