# HG changeset patch # User Timo Sirainen # Date 1312459724 -10800 # Node ID 0d6c7ef08ddfd6c96bb7768a660fbb6d941cea21 # Parent 5d17181b1a2ee10ed758085a8a33702a7ed4d94a fts: Define pkglibexecdir explicitly in Makefile.am, since older automakes don't. diff -r 5d17181b1a2e -r 0d6c7ef08ddf src/plugins/fts/Makefile.am --- a/src/plugins/fts/Makefile.am Thu Aug 04 14:49:36 2011 +0300 +++ b/src/plugins/fts/Makefile.am Thu Aug 04 15:08:44 2011 +0300 @@ -1,3 +1,5 @@ +pkglibexecdir = $(libexecdir)/dovecot + AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-mail \