From f44e731dc2fdc89e0063e46e51127da55bb62276 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20K=C4=99dzia?= <pawel.kedzia@pwr.wroc.pl>
Date: Wed, 4 May 2011 10:32:41 +0200
Subject: [PATCH] Fixed Makefile

---
 swig/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/swig/Makefile b/swig/Makefile
index cb120f6..6e9d3cc 100644
--- a/swig/Makefile
+++ b/swig/Makefile
@@ -87,7 +87,7 @@ PYMODULES=libcclvalue.py \
 					libcclsentencecontext.py \
 					libcclfunctionaloperator.py \
 					libccloperator.py \
-					boost_shared_ptr_wrap.py
+					boost_shared_ptr.py
 
 PYCBIN=libcclvalue.pyc \
 			 libcclstrset.pyc \
@@ -101,7 +101,7 @@ PYCBIN=libcclvalue.pyc \
 			 libcclfunctionaloperator.pyc \
 			 libccloperator.pyc \
 			 libcclparser.pyc \
-			 boost_shared_ptr_wrap.pyc
+			 boost_shared_ptr.pyc
 
 all:boost_shared_ptr.o $(CBIN)
 	# Nothing to do
-- 
GitLab