1 diff --git a/cmake/redis++.pc.in b/cmake/redis++.pc.in
2 index c98b990..46849b6 100644
3 --- a/cmake/redis++.pc.in
4 +++ b/cmake/redis++.pc.in
6 -prefix=@CMAKE_INSTALL_PREFIX@
8 -libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
9 -includedir=${prefix}/include
10 +libdir=@CMAKE_INSTALL_FULL_LIBDIR@
11 +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
14 Description: This is a Redis client, based on hiredis and written in C++11. It supports scritpting, pub/sub, pipeline, transaction, Redis Cluster, Redis Sentinel, connection pool, ACL, SSL and thread safety.