Added missing file.
This commit is contained in:
parent
f50e1dc6d6
commit
d71fb2bd44
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,7 +23,6 @@ doc/html/*
|
|||||||
/install_manifest*
|
/install_manifest*
|
||||||
/libvmime.a
|
/libvmime.a
|
||||||
/libvmime.pc
|
/libvmime.pc
|
||||||
/libvmime*
|
|
||||||
/vmime/config.hpp
|
/vmime/config.hpp
|
||||||
/COPYING.txt
|
/COPYING.txt
|
||||||
/build/
|
/build/
|
||||||
|
12
libvmime.pc.in
Normal file
12
libvmime.pc.in
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: @VMIME_LIBRARY_NAME@
|
||||||
|
Description: @VMIME_PACKAGE_DESCRIPTION@
|
||||||
|
Version: @VMIME_PACKAGE_VERSION@
|
||||||
|
Requires: @VMIME_PKGCONFIG_REQUIRES@
|
||||||
|
Libs: -L${libdir} -lvmime @VMIME_PKGCONFIG_LIBS@
|
||||||
|
Cflags: -I${includedir}/ @VMIME_PKGCONFIG_CFLAGS@
|
||||||
|
|
Loading…
Reference in New Issue
Block a user