[dovecot-cvs] dovecot/src/auth Makefile.am,1.2,1.3

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


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

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



Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/auth/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	20 Sep 2002 11:27:18 -0000	1.2
+++ Makefile.am	24 Nov 2002 20:05:06 -0000	1.3
@@ -1,4 +1,6 @@
-pkglib_PROGRAMS = imap-auth
+pkglibexecdir = $(libexecdir)/dovecot
+
+pkglibexec_PROGRAMS = imap-auth
 
 INCLUDES = \
 	-I$(top_srcdir)/src/lib \




More information about the dovecot-cvs mailing list