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.
This commit is contained in:
Lennart Poettering 2014-06-30 23:04:26 +02:00
parent fcba63a846
commit eb39a6239c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
systemdutildir=@rootlibexecdir@
systemdsystemunitdir=@systemunitdir@
systemdsystempresetdir=@systempresetdir@