dovecot-2.1: Makefile: Fixed compiling with automake 1.11.2+

dovecot at dovecot.org dovecot at dovecot.org
Sun Mar 4 09:40:05 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/a452e5f616a2
changeset: 14224:a452e5f616a2
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Mar 04 09:39:45 2012 +0200
description:
Makefile: Fixed compiling with automake 1.11.2+

diffstat:

 Makefile.am |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 1002733ca266 -r a452e5f616a2 Makefile.am
--- a/Makefile.am	Fri Mar 02 19:24:57 2012 +0200
+++ b/Makefile.am	Sun Mar 04 09:39:45 2012 +0200
@@ -1,5 +1,8 @@
 aclocaldir = $(datadir)/aclocal
 
+# automake 1.11.2+ doesn't like allow using pkglib_DATA, but we really it.
+dovecotlibdir = $(libdir)/dovecot
+
 SUBDIRS = \
 	. \
 	src \
@@ -21,7 +24,7 @@
 	dovecot-config
 
 nodist_pkginclude_HEADERS = config.h
-pkglib_DATA = $(datafiles)
+dovecotlib_DATA = $(datafiles)
 
 if MAINTAINER_MODE
 ChangeLog: .hg/dirstate


More information about the dovecot-cvs mailing list