diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2010-12-17 15:23:35 -0500 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2010-12-17 15:23:35 -0500 |
commit | bdd4b0ca1c7e766649349a4b2a131f1f795d6ad6 (patch) | |
tree | d2350fba01818363f92be0a1588607f0419288ed | |
parent | ad93ff6f212815f7b8cdd4b0f6796965f61f26a3 (diff) |
ck-connector: advertise libexecdir
This lets apps know where consolekit helpers are installed.
https://bugs.freedesktop.org/show_bug.cgi?id=18427
-rw-r--r-- | libck-connector/ck-connector.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libck-connector/ck-connector.pc.in b/libck-connector/ck-connector.pc.in index 67ecce3..bec58cc 100644 --- a/libck-connector/ck-connector.pc.in +++ b/libck-connector/ck-connector.pc.in @@ -2,6 +2,7 @@ prefix=@prefix@ exec_prefix=@prefix@ libdir=@libdir@ includedir=@prefix@/include +libexecdir=@libexecdir@ Name: ck-connector Description: Library for connecting new sessions to ConsoleKit |