summaryrefslogtreecommitdiffstats
path: root/exporters/pkg-config/libcrypto.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/pkg-config/libcrypto.pc.in')
-rw-r--r--exporters/pkg-config/libcrypto.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/exporters/pkg-config/libcrypto.pc.in b/exporters/pkg-config/libcrypto.pc.in
new file mode 100644
index 0000000000..14ed339f3c
--- /dev/null
+++ b/exporters/pkg-config/libcrypto.pc.in
@@ -0,0 +1,11 @@
+libdir={- $OpenSSL::safe::installdata::LIBDIR -}
+includedir={- $OpenSSL::safe::installdata::INCLUDEDIR -}
+enginesdir={- $OpenSSL::safe::installdata::ENGINESDIR -}
+modulesdir={- $OpenSSL::safe::installdata::MODULESDIR -}
+
+Name: OpenSSL-libcrypto
+Description: OpenSSL cryptography library
+Version: {- $OpenSSL::safe::installdata::VERSION -}
+Libs: -L${libdir} -lcrypto
+Libs.private: {- join(' ', @OpenSSL::safe::installdata::LDLIBS) -}
+Cflags: -I${includedir}