From a7ea33a8ecc9886dd7a94906ae30c861b4da3540 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 20 Sep 2004 04:07:02 -0400 Subject: passing --enable-python to configure is now required for python support --- pyamounts.cc | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pyamounts.cc (limited to 'pyamounts.cc') diff --git a/pyamounts.cc b/pyamounts.cc deleted file mode 100644 index a8b982cc..00000000 --- a/pyamounts.cc +++ /dev/null @@ -1,13 +0,0 @@ -#include - -using namespace boost::python; - -void export_amount(); -void export_balance(); -void export_value(); - -BOOST_PYTHON_MODULE(amounts) { - export_amount(); - export_balance(); - export_value(); -} -- cgit v1.2.3