diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-30 23:04:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-30 23:19:00 +0200 |
commit | eb39a6239c631873db62f6a942e6cb3dab0a2db4 (patch) | |
tree | ef3028f96e7b9dbebe1d236c46be5ca462cd75dd /src/core | |
parent | fcba63a84638d2c42872acee97e00fff97270586 (diff) |
pc: export $libdir in the .pc file
This is useful for code that tries to figure out the primary arch's
$libdir on the local system, given that is different on the various
Linuxes.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/systemd.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in index f8bccb5d6a..786b1cf84e 100644 --- a/src/core/systemd.pc.in +++ b/src/core/systemd.pc.in @@ -7,6 +7,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ +libdir=@libdir@ systemdutildir=@rootlibexecdir@ systemdsystemunitdir=@systemunitdir@ systemdsystempresetdir=@systempresetdir@ |