summaryrefslogtreecommitdiff
path: root/hiredis.pc.in
diff options
context:
space:
mode:
authorJustin Brewer <jzb0012@auburn.edu>2019-01-21 13:42:58 -0600
committerMark Nunberg <mnunberg@haskalah.org>2019-02-20 05:01:09 -0500
commit9ea7ddec0c8b83cb38ce41477116f31614d6623e (patch)
treecc642c568ac32606ac45c9a2356b95c95d096280 /hiredis.pc.in
parentedfab35cdcc5d5767918322b8af2dc41915f416d (diff)
Generate and install hiredis.pc
Signed-off-by: Justin Brewer <jzb0012@auburn.edu>
Diffstat (limited to 'hiredis.pc.in')
-rw-r--r--hiredis.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/hiredis.pc.in b/hiredis.pc.in
new file mode 100644
index 0000000..22ec937
--- /dev/null
+++ b/hiredis.pc.in
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+pkgincludedir=${includedir}/hiredis
+
+Name: hiredis
+Description: Minimalistic C client library for Redis.
+Version: @VERSION@
+Libs: -L${libdir} -lhiredis
+Cflags: -I${pkgincludedir} -D_FILE_OFFSET_BITS=64