about summary refs log tree commit diff
path: root/libtls.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libtls.pc.in')
-rw-r--r--libtls.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtls.pc.in b/libtls.pc.in
index d176929..f4f1f90 100644
--- a/libtls.pc.in
+++ b/libtls.pc.in
@@ -5,9 +5,9 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: LibreSSL-libtls
+Name: LibreTLS-libtls
 Description: Secure communications using the TLS socket protocol.
 Version: @VERSION@
 Libs: -L${libdir} -ltls
-Libs.private: @LIBS@ @PLATFORM_LDADD@
+Libs.private: @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@ @PLATFORM_LDADD@
 Cflags: -I${includedir}