diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cba68a7..0bd69b5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,7 @@ install ( install ( FILES ${CMAKE_CURRENT_BINARY_DIR}/hpcombi.pc - DESTINATION pkg-config) + DESTINATION lib/pkgconfig) ################# # Packing stuff diff --git a/hpcombi.pc.in b/hpcombi.pc.in index 070c5903..9684fe82 100644 --- a/hpcombi.pc.in +++ b/hpcombi.pc.in @@ -3,5 +3,5 @@ Description: @DESCRIPTION@ Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ Requires: Libs: -L@CMAKE_INSTALL_PREFIX@/lib -Cflags: -I@CMAKE_INSTALL_PREIFX@/include +Cflags: -I@CMAKE_INSTALL_PREFIX@/include