From 921ad7d8e29c8e99a12c2af746d4f9bc77b2de66 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 10 Apr 2011 08:43:46 +0000 Subject: [PATCH] add make_torrent.py to makefile --- bindings/python/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 1d525f551..0031d499b 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -5,6 +5,7 @@ EXTRA_DIST = \ client.py \ rss_reader.py \ simple_client.py \ + make_torrent.py \ src/alert.cpp \ src/big_number.cpp \ src/converters.cpp \