build: Use @libdir@ in the .pc.in for the value of libdir
This solves problems on systems where the hardcoded value of ${exec_prefix}/lib is not correct. Fixes issue #21.
This commit is contained in:
Родитель
7a2e676e86
Коммит
f73a2864e0
|
@ -1,6 +1,6 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
libdir=@libdir@
|
||||
|
||||
Name: Managed DBus GLib integration
|
||||
Description: GLib integration for dbus-sharp, the D-Bus IPC library
|
||||
|
|
Загрузка…
Ссылка в новой задаче