From 1e4a3d990c8c00c67cf3995f3be9f0ec56124559 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 27 Jun 2011 17:54:30 +0000 Subject: [PATCH] add new python binding file to makefiles --- bindings/python/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 0031d499b..10b5baf34 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -12,6 +12,7 @@ EXTRA_DIST = \ src/create_torrent.cpp \ src/datetime.cpp \ src/entry.cpp \ + src/error_code.cpp \ src/extensions.cpp \ src/fingerprint.cpp \ src/gil.hpp \