[systemd-devel] [PATCH 2/5] Makefile.am: Don't define LIBEXECDIR
Josh Triplett
josh at joshtriplett.org
Sat Dec 6 14:47:01 PST 2014
As README points out, the library should not execute out-of-process
tools. Thus, it should never need to know LIBEXECDIR.
---
Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index aa53b51..d7dcaed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,6 @@ AM_MAKEFLAGS = --no-print-directory
AM_CPPFLAGS = \
-include $(top_builddir)/config.h \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
- -DLIBEXECDIR=\""$(libexecdir)"\" \
-I${top_srcdir}/src
AM_CFLAGS = ${my_CFLAGS} \
--
2.1.3
More information about the systemd-devel
mailing list