Mercurial > thymian
annotate 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 |
| rev | line source |
|---|---|
| ferencd@0 | 1 prefix=@prefix@ |
| ferencd@0 | 2 exec_prefix=@exec_prefix@ |
| ferencd@0 | 3 libdir=@libdir@ |
| ferencd@0 | 4 includedir=@includedir@ |
| ferencd@0 | 5 |
| ferencd@0 | 6 Name: @VMIME_PACKAGE_NAME@ |
| ferencd@0 | 7 Description: @VMIME_PACKAGE_DESCRIPTION@ |
| ferencd@0 | 8 Version: @VMIME_PACKAGE_VERSION@ |
| ferencd@0 | 9 Requires.private: @VMIME_PKGCONFIG_REQUIRES@ |
| ferencd@0 | 10 Libs: -L${libdir} -l@VMIME_LIBRARY_NAME@ |
| ferencd@0 | 11 Libs.private: @VMIME_PKGCONFIG_LIBS@ |
| ferencd@0 | 12 Cflags: -I${includedir}/ @VMIME_PKGCONFIG_CFLAGS@ |
| ferencd@0 | 13 |
