From 1802e856e639da72ac85c86aea3750f4c72e52d3 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 17 Oct 2008 00:43:59 +0000 Subject: [PATCH] updated makefile to include setup.py and magnet_uri.cpp in the python bindings --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 47a269863..c3978e913 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,6 +36,7 @@ docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-roo libtorrent-rasterbar.pc \ bindings/README.txt \ bindings/python/Jamfile \ +bindings/python/setup.py \ bindings/python/client.py \ bindings/python/simple_client.py \ bindings/python/src/alert.cpp \ @@ -49,6 +50,7 @@ bindings/python/src/filesystem.cpp \ bindings/python/src/fingerprint.cpp \ bindings/python/src/gil.hpp \ bindings/python/src/ip_filter.cpp \ +bindings/python/src/magnet_uri.cpp \ bindings/python/src/module.cpp \ bindings/python/src/optional.hpp \ bindings/python/src/peer_info.cpp \