diff options
author | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-06 13:20:43 +0900 |
---|---|---|
committer | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-06 13:20:43 +0900 |
commit | aaef612a057908bc4227154ba15aee2bb66f642f (patch) | |
tree | d0870001e6417d6bc5f9a3ed632a91c46853843c | |
parent | da9b75f5533dd83efb8ba3e1fb388daf374ab18d (diff) | |
download | msgpack-python-aaef612a057908bc4227154ba15aee2bb66f642f.tar.gz |
Makefile.am: don't package perl and ruby files
-rw-r--r-- | Makefile.am | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/Makefile.am b/Makefile.am index 9e36092..3144972 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,38 +11,3 @@ nobase_include_HEADERS = \ msgpack/unpack_define.h \ msgpack/unpack_template.h -EXTRA_DIST = \ - ruby/bench.rb \ - ruby/extconf.rb \ - ruby/gem/README \ - ruby/gem/Rakefile \ - ruby/gem/test/test_helper.rb \ - ruby/gengem.sh \ - ruby/msgpack.gemspec \ - ruby/pack.c \ - ruby/pack.h \ - ruby/rbinit.c \ - ruby/test_case.rb \ - ruby/test_format.rb \ - ruby/test_pack.rb \ - ruby/unpack.c \ - ruby/unpack.h \ - perl/Makefile.PL \ - perl/MessagePack.c \ - perl/benchmark/deserialize.pl \ - perl/benchmark/serialize.pl \ - perl/lib/Data/MessagePack.pm \ - perl/lib/Data/MessagePack \ - perl/lib/Data/MessagePack/Unpacker.pod \ - perl/pack.c \ - perl/ppport.h \ - perl/t/00_compile.t \ - perl/t/01_pack.t \ - perl/t/02_unpack.t \ - perl/t/03_stream_unpack.t \ - perl/t/04_invert.t \ - perl/t/Util.pm \ - perl/t/data.pl \ - perl/unpack.c \ - perl/xt/99_pod.t - |