summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/deps/hiredis/hiredis_ssl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/deps/hiredis/hiredis_ssl.pc.in')
-rw-r--r--examples/redis-unstable/deps/hiredis/hiredis_ssl.pc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/redis-unstable/deps/hiredis/hiredis_ssl.pc.in b/examples/redis-unstable/deps/hiredis/hiredis_ssl.pc.in
deleted file mode 100644
index f7bdd99..0000000
--- a/examples/redis-unstable/deps/hiredis/hiredis_ssl.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-install_libdir=@CMAKE_INSTALL_LIBDIR@
-exec_prefix=${prefix}
-libdir=${exec_prefix}/${install_libdir}
-includedir=${prefix}/include
-pkgincludedir=${includedir}/hiredis
-
-Name: hiredis_ssl
-Description: SSL Support for hiredis.
-Version: @PROJECT_VERSION@
-Requires: hiredis
-Libs: -L${libdir} -lhiredis_ssl
-Libs.private: -lssl -lcrypto