diff --git a/swig/Makefile b/swig/Makefile
index cb120f666017d4b0684c4f91a990b5f7dac2a2fe..6e9d3ccf018d1b8b9ab341284ec181becc2ac59a 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