aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2014-12-06 14:47:01 -0800
committerKay Sievers <kay@vrfy.org>2014-12-25 22:13:29 +0100
commitb2fd181638a1a164cae14cf94836fccf5b26db89 (patch)
tree4964ccf36a5faf9e50c144a53bae1ad51be4f4e1
parent05437b822785504951a2b4002195ec82b701c278 (diff)
downloadlibabc-b2fd181638a1a164cae14cf94836fccf5b26db89.tar.gz
Makefile.am: Don't define LIBEXECDIR
As README points out, the library should not execute out-of-process tools. Thus, it should never need to know LIBEXECDIR.
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
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} \