From: Lennart Poettering Date: Mon, 30 Jun 2014 21:10:11 +0000 (+0200) Subject: pc: no longer expose exec_prefix in .pc file X-Git-Tag: v215~95 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ded21b6de3826c6d7a22aa67dc538e2417f43b70 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. --- 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@