diff options
author | Michele Calgaro <[email protected]> | 2019-06-08 23:59:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-06-08 23:59:02 +0900 |
commit | 62ccf61078b9fd13e3b047922c7b71739e368b65 (patch) | |
tree | 1a7a8210c20b87fc97fbc706b93038776937432e /CMakeLists.txt | |
parent | cfae79e0abaf6a35356d04cea4ba19b95ffeff52 (diff) | |
download | avahi-tqt-62ccf61078b9fd13e3b047922c7b71739e368b65.tar.gz avahi-tqt-62ccf61078b9fd13e3b047922c7b71739e368b65.zip |
Removed unused autotools files and changed file names to conform to .cmake
convention for configuration files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d77d4e9..eb3778d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ string( REGEX REPLACE "^${EXEC_INSTALL_PREFIX}" "\${exec_prefix}" string( REGEX REPLACE "^${CMAKE_INSTALL_PREFIX}" "\${prefix}" includedir ${INCLUDE_INSTALL_DIR} ) -configure_file( ${CMAKE_PROJECT_NAME}.pc.in ${CMAKE_PROJECT_NAME}.pc @ONLY ) +configure_file( ${CMAKE_PROJECT_NAME}.pc.cmake ${CMAKE_PROJECT_NAME}.pc @ONLY ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}.pc DESTINATION ${PKGCONFIG_INSTALL_DIR} ) |