[dovecot-cvs] dovecot/src/plugins/convert Makefile.am,1.5,1.6
cras at dovecot.org
cras at dovecot.org
Mon Jul 31 03:44:35 EEST 2006
Update of /var/lib/cvs/dovecot/src/plugins/convert
In directory talvi:/tmp/cvs-serv24517/convert
Modified Files:
Makefile.am
Log Message:
Install expire-tool and convert-tool to libexec dir.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/convert/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 17 Jun 2006 18:03:49 -0000 1.5
+++ Makefile.am 31 Jul 2006 00:44:33 -0000 1.6
@@ -1,3 +1,5 @@
+pkglibexecdir = $(libexecdir)/dovecot
+
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-mail \
@@ -18,7 +20,7 @@
convert-storage.h \
convert-plugin.h
-noinst_PROGRAMS = convert-tool
+pkglibexec_PROGRAMS = convert-tool
convert_tool_SOURCES = \
convert-tool.c
More information about the dovecot-cvs
mailing list