Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 09 Feb 2016 10:20:36 +0100
Description: Use Debian packaged pcre lib instead of internal code copy

--- a/src/alignment/filter/impl/AlignmentFilterOperator.hpp
+++ b/src/alignment/filter/impl/AlignmentFilterOperator.hpp
@@ -28,7 +28,7 @@
 #include <alignment/filter/api/IAlignmentFilter.hpp>
 #include <designpattern/impl/Property.hpp>
 #include <stdarg.h>
-#include <pcre/pcre.h>
+#include <pcre.h>
 
 /********************************************************************************/
 namespace alignment {
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ add_definitions       (-O3 -funroll-loop
 include_directories   (${PROJECT_BINARY_DIR}/include  ${JAVA_INCLUDE_PATH} ${JAVA_INCLUDE_PATH2})
 add_library           (PlastLibrary SHARED  ${PlastLibraryFiles} )
 add_executable        (plast ${PlastCmdFiles})
-target_link_libraries (plast pthread)
+target_link_libraries (plast pthread pcre)
 
 ################################################################################
 # OS specific stuffs
