diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-14 22:50:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-14 22:51:28 +0200 |
commit | 74b91131ed09850ed487a2f7849147ff6f80194d (patch) | |
tree | 4d4191e9aad3ec732dec3f1a79498e28e1f856fa /systemd.pc.in | |
parent | 0a55b298d930543c8065bb9e708dd112562b1736 (diff) |
logind: introduce libsystemd-login.so as fast path to access logind data
Diffstat (limited to 'systemd.pc.in')
-rw-r--r-- | systemd.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd.pc.in b/systemd.pc.in index 2e2217ec4b..29376e55b0 100644 --- a/systemd.pc.in +++ b/systemd.pc.in @@ -6,7 +6,7 @@ # (at your option) any later version. prefix=@prefix@ -exec_prefix=${prefix} +exec_prefix=@exec_prefix@ systemdsystemunitdir=@systemunitdir@ systemduserunitdir=@userunitdir@ systemdsystemconfdir=@pkgsysconfdir@/system |