mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: fix overriding libdir & includedir
Previously, pkgconfig files hard-coded the include and lib directory names, breaking the configuration when they were overridden.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${exec_prefix}/include
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libsysprof-@API_VERSION@
|
||||
Description: The sysprof profiler library
|
||||
|
||||
Reference in New Issue
Block a user