From dd66ff3a147e8b9b372db94a7b2f4e3541bfbe29 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 25 Dec 2014 23:11:04 -0200 Subject: [PATCH] build-sys: Don't define LIBEXECDIR Like b2fd181 (Makefile.am: Don't define LIBEXECDIR) in libabc by Josh Triplett. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 72b66eca..13ed37c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,6 @@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -I$(top_srcdir) \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ - -DLIBEXECDIR=\""$(libexecdir)"\" \ ${zlib_CFLAGS} AM_CFLAGS = $(WARNINGFLAGS) -- 2.47.3