[dovecot-cvs] dovecot/src/imap Makefile.am,1.5,1.6

cras at procontrol.fi cras at procontrol.fi
Sun Nov 24 22:05:08 EET 2002


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv21736/imap

Modified Files:
	Makefile.am 
Log Message:
Use libexecdir instead of libdir to install the binaries.



Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/imap/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am	3 Nov 2002 08:39:43 -0000	1.5
+++ Makefile.am	24 Nov 2002 20:05:06 -0000	1.6
@@ -1,4 +1,6 @@
-pkglib_PROGRAMS = imap
+pkglibexecdir = $(libexecdir)/dovecot
+
+pkglibexec_PROGRAMS = imap
 
 INCLUDES = \
 	-I$(top_srcdir)/src/lib \
@@ -51,7 +53,7 @@
 	client.c \
 	commands.c \
 	commands-util.c \
-	mailbox-sync.c \
+	mail-storage-callbacks.c \
 	main.c \
 	rawlog.c
 




More information about the dovecot-cvs mailing list