From 7bc43b9050346ffe9392db1a88caff03a07aef6d 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 12:50:11 +0200 Subject: [PATCH] Updated Makefile --- swig/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/swig/Makefile b/swig/Makefile index 4227906..3c69872 100644 --- a/swig/Makefile +++ b/swig/Makefile @@ -44,6 +44,7 @@ CBINOUT=_libcclvalue.so \ _libcclmatch.so \ _libcclmatchdata.so \ _libccltokenmatch.so \ + _libcclannotationmatch.so \ _libcclsentencecontext.so \ _libccloperator.so \ _libcclparser.so \ @@ -62,6 +63,7 @@ CWRAP=libcclvalue_wrap.cxx \ libcclmatch_wrap.cxx \ libcclmatchdata_wrap.cxx \ libccltokenmatch_wrap.cxx \ + libcclannotationmatch_wrap.cxx \ libcclsentencecontext_wrap.cxx \ libcorpussentence_wrap.cxx \ libccloperator_wrap.cxx \ @@ -79,6 +81,7 @@ CWRAPBIN=libcclvalue_wrap.o \ libcclmatch_wrap.o \ libcclmatchdata_wrap.o \ libccltokenmatch_wrap.o \ + libcclannotationmatch_wrap.o \ libcclsentencecontext_wrap.o \ libccloperator_wrap.o \ libcclparser_wrap.o \ @@ -97,6 +100,7 @@ PYMODULES=libcclvalue.py \ libcclparsedexpression.py \ libcclvariables.py \ libcclsentencecontext.py \ + libcclannotationmatch.py \ libcclfunctionaloperator.py \ libccloperator.py \ boost_shared_ptr.py @@ -113,6 +117,7 @@ PYCBIN=libcclvalue.pyc \ libcclparsedexpression.pyc \ libcclvariables.pyc \ libcclsentencecontext.pyc \ + libcclannotationmatch.pyc \ libcclfunctionaloperator.pyc \ libccloperator.pyc \ libcclparser.pyc \ -- GitLab