Pkg-config file changed back to "vmime.pc" (fixed issue #35).
Do not break compatibility with previous releases.
This commit is contained in:
parent
c42a46e074
commit
f381654277
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,7 +23,7 @@ doc/html/*
|
||||
/Makefile
|
||||
/install_manifest*
|
||||
/libvmime.a
|
||||
/libvmime.pc
|
||||
/vmime.pc
|
||||
/vmime/config.hpp
|
||||
/COPYING.txt
|
||||
/build/
|
||||
|
@ -825,8 +825,8 @@ ENDIF()
|
||||
CONFIGURE_FILE(cmake/config.hpp.cmake ${CMAKE_SOURCE_DIR}/vmime/config.hpp)
|
||||
|
||||
# PkgConfig post-configuration
|
||||
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/libvmime.pc.in ${CMAKE_BINARY_DIR}/libvmime.pc @ONLY)
|
||||
INSTALL(FILES ${CMAKE_BINARY_DIR}/libvmime.pc DESTINATION "${VMIME_INSTALL_LIBDIR}/pkgconfig" COMPONENT headers)
|
||||
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/vmime.pc.in ${CMAKE_BINARY_DIR}/vmime.pc @ONLY)
|
||||
INSTALL(FILES ${CMAKE_BINARY_DIR}/vmime.pc DESTINATION "${VMIME_INSTALL_LIBDIR}/pkgconfig" COMPONENT headers)
|
||||
|
||||
INCLUDE(CPack)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user