aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-24 19:28:36 +0000
committerVincent Richard <[email protected]>2013-03-24 19:28:36 +0000
commitf381654277d5ee4fd0c3c743f970dcaf096fa796 (patch)
treed4ba9e3d0736ae490c0c236c77372700503ae4a4
parentRemoved workaround for old compiler. (diff)
downloadvmime-f381654277d5ee4fd0c3c743f970dcaf096fa796.tar.gz
vmime-f381654277d5ee4fd0c3c743f970dcaf096fa796.zip
Pkg-config file changed back to "vmime.pc" (fixed issue #35).
Do not break compatibility with previous releases.
-rw-r--r--.gitignore2
-rw-r--r--CMakeLists.txt4
-rw-r--r--vmime.pc.in (renamed from libvmime.pc.in)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 94f66b35..ddd45636 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,7 +23,7 @@ doc/html/*
/Makefile
/install_manifest*
/libvmime.a
-/libvmime.pc
+/vmime.pc
/vmime/config.hpp
/COPYING.txt
/build/
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 40f15c74..2f246d74 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/libvmime.pc.in b/vmime.pc.in
index fc1103ef..fc1103ef 100644
--- a/libvmime.pc.in
+++ b/vmime.pc.in