diff options
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | soundmanager.pc.in (renamed from libsoundmanager.pc.in) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 124f127..712371b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ add_definitions(-DDEBUGMODE) add_subdirectory(src) #generate configure file -configure_file(libsoundmanager.pc.in libsoundmanager.pc @ONLY) -INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libsoundmanager.pc +configure_file(soundmanager.pc.in soundmanager.pc @ONLY) +INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/soundmanager.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) diff --git a/libsoundmanager.pc.in b/soundmanager.pc.in index 3a0da38..3a0da38 100644 --- a/libsoundmanager.pc.in +++ b/soundmanager.pc.in |