diff --git a/swig/CMakeLists.txt b/swig/CMakeLists.txt
index b61084c9d56e15d6dec10f99ce8b0280b6b6e35e..4343771ff892a11362062512c06006ae7257e285 100644
--- a/swig/CMakeLists.txt
+++ b/swig/CMakeLists.txt
@@ -38,7 +38,7 @@ endif(CMAKE_COMPILER_IS_GNUCXX)
 # -----------------------------------------------------------------------------
 
 SET(CMAKE_SWIG_FLAGS "")
-SET(SWIG_SRC_DIR ${SWIG_DIR}/libcorpus)
+SET(SWIG_SRC_DIR ${SWIG_DIR}/libcorpus2)
 
 # -----------------------------------------------------------------------------
 # corous2
@@ -106,6 +106,8 @@ install(
 	libcorpusannotatedsentence.i
 	libcorpusannotationview.i
 	corpus2.i
+	boost_shared_ptr.i
+	unicodestring.i
 	DESTINATION ${SWIG_SRC_DIR}
 	PERMISSIONS ${PERM_SCRIPTS}
 )