fix pkgconfig install path

Index: src/config/contrib/CMakeLists.txt
--- src/config/contrib/CMakeLists.txt.orig
+++ src/config/contrib/CMakeLists.txt
@@ -9,7 +9,7 @@ if(NOT WIN32)
   install(
     FILES
       "${CMAKE_CURRENT_BINARY_DIR}/liblucene++-contrib.pc"
-    DESTINATION "include/pkgconfig")
+    DESTINATION "lib/pkgconfig")
 endif()
 
 
