From 9636b9d3c79ac83371c8ace81cb5d7db7121d9da Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 8 May 2014 08:02:51 +0000 Subject: [PATCH] fix python binding makefile --- bindings/python/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index e4b2dd847..db08e1557 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -23,7 +23,6 @@ EXTRA_DIST = \ src/session.cpp \ src/session_settings.cpp \ src/string.cpp \ - src/torrent.cpp \ src/torrent_handle.cpp \ src/torrent_info.cpp \ src/torrent_status.cpp \