diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-30 23:09:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-30 23:19:00 +0200 |
commit | d4e85aac0bed39c8341da2614609c3d62825f1bf (patch) | |
tree | d2656e4b62d6208ec70731fdf46ab27e8af35ef8 /src/core/systemd.pc.in | |
parent | eb39a6239c631873db62f6a942e6cb3dab0a2db4 (diff) |
pc: expose more drop-in dirs in the .pc file
Diffstat (limited to 'src/core/systemd.pc.in')
-rw-r--r-- | src/core/systemd.pc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in index 786b1cf84e..f7c6b86668 100644 --- a/src/core/systemd.pc.in +++ b/src/core/systemd.pc.in @@ -19,6 +19,13 @@ systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/s systemduserunitpath=${systemduserconfdir}:/etc/systemd/user:/run/systemd/user:/usr/local/lib/systemd/user:/usr/local/share/systemd/user:${systemduserunitdir}:/usr/lib/systemd/user:/usr/share/systemd/user systemdsystemgeneratordir=@systemgeneratordir@ systemdusergeneratordir=@usergeneratordir@ +systemdsleepdir=@systemsleepdir@ +systemdshutdowndir=@systemshutdowndir@ +tmpfilesdir=@tmpfilesdir@ +sysusersdir=@sysusersdir@ +sysctldir=@sysctldir@ +binfmtdir=@binfmtdir@ +modulesloaddir=@modulesloaddir@ catalogdir=@catalogdir@ systemuidmax=@systemuidmax@ systemgidmax=@systemgidmax@ |