summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/deps/hiredis/hiredis.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/deps/hiredis/hiredis.pc.in')
-rw-r--r--examples/redis-unstable/deps/hiredis/hiredis.pc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/redis-unstable/deps/hiredis/hiredis.pc.in b/examples/redis-unstable/deps/hiredis/hiredis.pc.in
deleted file mode 100644
index c7b8e0e..0000000
--- a/examples/redis-unstable/deps/hiredis/hiredis.pc.in
+++ /dev/null
@@ -1,12 +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
-Description: Minimalistic C client library for Redis.
-Version: @PROJECT_VERSION@
-Libs: -L${libdir} -lhiredis
-Cflags: -I${pkgincludedir} -I${includedir} -D_FILE_OFFSET_BITS=64