From f73a2864e06484fe7aabd21182583eff3c0c7d2b Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 22 Jan 2012 14:27:55 +0100 Subject: [PATCH] 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. --- dbus-sharp-glib-1.0.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus-sharp-glib-1.0.pc.in b/dbus-sharp-glib-1.0.pc.in index c54b88d..5fdab42 100644 --- a/dbus-sharp-glib-1.0.pc.in +++ b/dbus-sharp-glib-1.0.pc.in @@ -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