diff options
| author | Vincent Richard <[email protected]> | 2013-03-24 20:28:36 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-03-24 20:28:36 +0100 |
| commit | f381654277d5ee4fd0c3c743f970dcaf096fa796 (patch) | |
| tree | d4ba9e3d0736ae490c0c236c77372700503ae4a4 /libvmime.pc.in | |
| parent | Removed workaround for old compiler. (diff) | |
| download | vmime-f381654277d5ee4fd0c3c743f970dcaf096fa796.tar.gz vmime-f381654277d5ee4fd0c3c743f970dcaf096fa796.zip | |
Pkg-config file changed back to "vmime.pc" (fixed issue #35).
Do not break compatibility with previous releases.
Diffstat (limited to 'libvmime.pc.in')
| -rw-r--r-- | libvmime.pc.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libvmime.pc.in b/libvmime.pc.in deleted file mode 100644 index fc1103ef..00000000 --- a/libvmime.pc.in +++ /dev/null @@ -1,13 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: @VMIME_PACKAGE_NAME@ -Description: @VMIME_PACKAGE_DESCRIPTION@ -Version: @VMIME_PACKAGE_VERSION@ -Requires.private: @VMIME_PKGCONFIG_REQUIRES@ -Libs: -L${libdir} -l@VMIME_LIBRARY_NAME@ -Libs.private: @VMIME_PKGCONFIG_LIBS@ -Cflags: -I${includedir}/ @VMIME_PKGCONFIG_CFLAGS@ - |
