diff options
Diffstat (limited to 'libtls-standalone/libtls.pc.in')
-rw-r--r-- | libtls-standalone/libtls.pc.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libtls-standalone/libtls.pc.in b/libtls-standalone/libtls.pc.in deleted file mode 100644 index 64d7457..0000000 --- a/libtls-standalone/libtls.pc.in +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | #libtls pkg-config source file | ||
2 | |||
3 | prefix=@prefix@ | ||
4 | exec_prefix=@exec_prefix@ | ||
5 | libdir=@libdir@ | ||
6 | includedir=@includedir@ | ||
7 | |||
8 | Name: LibreSSL-libtls | ||
9 | Description: Secure communications using the TLS socket protocol. | ||
10 | Version: @LIBTLS_VERSION@ | ||
11 | Requires: | ||
12 | Requires.private: libcrypto libssl | ||
13 | Conflicts: | ||
14 | Libs: -L${libdir} -ltls | ||
15 | Libs.private: @LIBS@ -lcrypto -lssl | ||
16 | Cflags: -I${includedir} | ||