summaryrefslogtreecommitdiff
path: root/libgps.pc.in
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2017-09-07 09:18:23 +0200
committerEric S. Raymond <esr@thyrsus.com>2017-09-07 07:34:33 -0400
commitbadbbf775299b48c7cf83b48a4e87bf29ef49f7d (patch)
tree570389c91f040315ee5f083e3320cdcd3498aa90 /libgps.pc.in
parent66df930850cff5f9c22e5b4eb85fe6e337acc877 (diff)
downloadgpsd-badbbf775299b48c7cf83b48a4e87bf29ef49f7d.tar.gz
fix wrong paths showing up in pkg-config files
-the wrong libdir path was written if a full path is passed to scons instead of one relative to "prefix", i.e. "/usr/lib64" instead of "lib64" -the includedir passed to scons was entirely ignored
Diffstat (limited to 'libgps.pc.in')
-rw-r--r--libgps.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgps.pc.in b/libgps.pc.in
index 1bff05d1..0ecb2e51 100644
--- a/libgps.pc.in
+++ b/libgps.pc.in
@@ -1,7 +1,7 @@
prefix=@prefix@
exec_prefix=${prefix}
-libdir=${exec_prefix}/@libdir@
-includedir=${prefix}/include
+libdir=@libdir@
+includedir=@includedir@
Name: GPSD
Description: GPS Daemon communication library