aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-30 23:10:11 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-30 23:19:00 +0200
commitded21b6de3826c6d7a22aa67dc538e2417f43b70 (patch)
treee501e76d6e82d56dee87e87fe78aed7f76a4f943
parentpc: expose more drop-in dirs in the .pc file (diff)
downloadsystemd-ded21b6de3826c6d7a22aa67dc538e2417f43b70.tar.gz
systemd-ded21b6de3826c6d7a22aa67dc538e2417f43b70.tar.bz2
systemd-ded21b6de3826c6d7a22aa67dc538e2417f43b70.zip
pc: no longer expose exec_prefix in .pc file
There's little reason to export this, so let's drop it to minimize the file a bit.
-rw-r--r--src/core/systemd.pc.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in
index f7c6b8666..d5b86bf65 100644
--- a/src/core/systemd.pc.in
+++ b/src/core/systemd.pc.in
@@ -6,7 +6,6 @@
# (at your option) any later version.
prefix=@prefix@
-exec_prefix=@exec_prefix@
libdir=@libdir@
systemdutildir=@rootlibexecdir@
systemdsystemunitdir=@systemunitdir@