diff options
Diffstat (limited to 'libssl.pc.in')
-rw-r--r-- | libssl.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libssl.pc.in b/libssl.pc.in new file mode 100644 index 0000000..43b8bb7 --- /dev/null +++ b/libssl.pc.in | |||
@@ -0,0 +1,16 @@ | |||
1 | #libssl pkg-config source file | ||
2 | |||
3 | prefix=@prefix@ | ||
4 | exec_prefix=@exec_prefix@ | ||
5 | libdir=@libdir@ | ||
6 | includedir=@includedir@ | ||
7 | |||
8 | Name: LibreSSL-libssl | ||
9 | Description: Secure Sockets Layer and cryptography libraries | ||
10 | Version: @VERSION@ | ||
11 | Requires: | ||
12 | Requires.private: libcrypto | ||
13 | Conflicts: | ||
14 | Libs: -L${libdir} -lssl | ||
15 | Libs.private: @LIBS@ -lcrypto | ||
16 | Cflags: -I${includedir} | ||