comparison 3rdparty/vmime/vmime.pc.in @ 0:a4671277546c tip

created the repository for the thymian project
author ferencd
date Tue, 17 Aug 2021 11:19:54 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a4671277546c
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: @VMIME_PACKAGE_NAME@
7 Description: @VMIME_PACKAGE_DESCRIPTION@
8 Version: @VMIME_PACKAGE_VERSION@
9 Requires.private: @VMIME_PKGCONFIG_REQUIRES@
10 Libs: -L${libdir} -l@VMIME_LIBRARY_NAME@
11 Libs.private: @VMIME_PKGCONFIG_LIBS@
12 Cflags: -I${includedir}/ @VMIME_PKGCONFIG_CFLAGS@
13