From: Timo Sirainen Date: Thu, 4 Aug 2011 12:08:44 +0000 (+0300) Subject: fts: Define pkglibexecdir explicitly in Makefile.am, since older automakes don't. X-Git-Tag: 2.1.alpha1~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d2ef4253d9ef6167ae7de3776d7fd0b5158b7b1;p=thirdparty%2Fdovecot%2Fcore.git fts: Define pkglibexecdir explicitly in Makefile.am, since older automakes don't. --- diff --git a/src/plugins/fts/Makefile.am b/src/plugins/fts/Makefile.am index 9daf1165e0..483108d80d 100644 --- a/src/plugins/fts/Makefile.am +++ b/src/plugins/fts/Makefile.am @@ -1,3 +1,5 @@ +pkglibexecdir = $(libexecdir)/dovecot + AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-mail \