summaryrefslogtreecommitdiff
path: root/src/core/systemd.pc.in
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-08-01 22:58:03 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-08-03 09:20:12 -0400
commitd267e69da42f51ed0b34b59c0e3bc988127b95a5 (patch)
treea690fb308b28fdba97e5cd11a89f0f82d44085c7 /src/core/systemd.pc.in
parent8e6d9397b550f5617fc9231e3a275348cda23c89 (diff)
pkg-config: export systemd{system,user}generatordir and catalogdir
We export the location of a bunch of directories this way, so it makes sense to add those three. Especially catalogdir is something that we want people to add things to. Note on the naming: the first two are tied closely to systemd itself, so I prefixed them with "systemd". The third one is rather more generic, so no prefix. https://bugs.freedesktop.org/show_bug.cgi?id=67635
Diffstat (limited to 'src/core/systemd.pc.in')
-rw-r--r--src/core/systemd.pc.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in
index 2f49d5df5..de0f6494e 100644
--- a/src/core/systemd.pc.in
+++ b/src/core/systemd.pc.in
@@ -16,6 +16,9 @@ systemdsystemconfdir=@pkgsysconfdir@/system
systemduserconfdir=@pkgsysconfdir@/user
systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
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@
+catalogdir=@catalogdir@
Name: systemd
Description: systemd System and Service Manager