summaryrefslogtreecommitdiff
path: root/libtirpc.pc.in
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2020-04-27 10:08:15 -0400
committerSteve Dickson <steved@redhat.com>2020-04-27 10:08:15 -0400
commit5c3da4972dbc8ff4cf7cf97b3df0e323af0000be (patch)
tree3c4083f5b6f184ee5c533cf4a4cfb56969778e47 /libtirpc.pc.in
parent60467de3c1207a1e1a37694b6c13ae5cf3b459aa (diff)
downloadti-rpc-5c3da4972dbc8ff4cf7cf97b3df0e323af0000be.tar.gz
pkg-config: use the correct replacements for libdir/includedir
They are defined pkg-config variables for a reason, let's reuse them as is the intended usage of pkg-config. This ensures various pkg-config features continue to work as expected. Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'libtirpc.pc.in')
-rw-r--r--libtirpc.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtirpc.pc.in b/libtirpc.pc.in
index 38034c5..d2c7878 100644
--- a/libtirpc.pc.in
+++ b/libtirpc.pc.in
@@ -7,6 +7,6 @@ Name: libtirpc
Description: Transport Independent RPC Library
Requires:
Version: @PACKAGE_VERSION@
-Libs: -L@libdir@ -ltirpc
+Libs: -L${libdir} -ltirpc
Libs.private: -lpthread
-Cflags: -I@includedir@/tirpc
+Cflags: -I${includedir}/tirpc