X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=17ee492af8df752d20674b2a8b4cc9f790926d05;hb=59f6d2fa0c4bea46c7deb21d00d3885accc2d117;hp=c5094bb8d4bc2a2edcecb311ac982e67eec6af52;hpb=e4f3a7e470ee37967bf50769b469ce209b421e1b;p=src%2Fapp-framework-binder.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c5094bb8..17ee492a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,11 +69,11 @@ ADD_SUBDIRECTORY(plugins) ############################################################ # installs the pkgconfig files CONFIGURE_FILE(afb-daemon.pc.in afb-daemon.pc @ONLY) -CONFIGURE_FILE(afb-wsc.pc.in afb-wsc.pc @ONLY) +CONFIGURE_FILE(libafbwsc.pc.in libafbwsc.pc @ONLY) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/afb-daemon.pc - ${CMAKE_CURRENT_BINARY_DIR}/afb-wsc.pc + ${CMAKE_CURRENT_BINARY_DIR}/libafbwsc.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )