зеркало из
1
0
Форкнуть 0

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:
Bertrand Lorentz 2012-01-22 14:27:55 +01:00
Родитель 7a2e676e86
Коммит f73a2864e0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
prefix=@prefix@ prefix=@prefix@
exec_prefix=${prefix} exec_prefix=${prefix}
libdir=${exec_prefix}/lib libdir=@libdir@
Name: Managed DBus GLib integration Name: Managed DBus GLib integration
Description: GLib integration for dbus-sharp, the D-Bus IPC library Description: GLib integration for dbus-sharp, the D-Bus IPC library