From c070dbcbd551c2bae15b57e068bd462f5ff7dd45 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:33:24 +0200 Subject: [PATCH] Fixed Makefile --- swig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swig/Makefile b/swig/Makefile index 6e9d3cc..6f53c27 100644 --- a/swig/Makefile +++ b/swig/Makefile @@ -73,7 +73,7 @@ CWRAPBIN=libcclvalue_wrap.o \ libcclsentencecontext_wrap.o \ libccloperator_wrap.o \ libcclparser_wrap.o \ - boost_shared_ptr_wrap.cxx + boost_shared_ptr_wrap.o PYMODULES=libcclvalue.py \ libcclstrset.py \ -- GitLab