summaryrefslogtreecommitdiff
path: root/src/core/systemd.pc.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-30 23:04:26 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-30 23:19:00 +0200
commiteb39a6239c631873db62f6a942e6cb3dab0a2db4 (patch)
treeef3028f96e7b9dbebe1d236c46be5ca462cd75dd /src/core/systemd.pc.in
parentfcba63a84638d2c42872acee97e00fff97270586 (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/systemd.pc.in')
-rw-r--r--src/core/systemd.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in
index f8bccb5d6..786b1cf84 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@