1#libtls pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: LibreTLS-libtls
9Description: Secure communications using the TLS socket protocol.
10Version: @VERSION@
11Libs: -L${libdir} -ltls
12Libs.private: @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@ @PLATFORM_LDADD@
13Cflags: -I${includedir}
14