[dovecot-cvs] dovecot/src/auth Makefile.am,1.19,1.20 auth-module.c,1.1,1.2

cras at procontrol.fi cras at procontrol.fi
Wed May 14 22:23:07 EEST 2003


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

Modified Files:
	Makefile.am auth-module.c 
Log Message:
Added support for dynamically loadable imap/pop3 modules.



Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/auth/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile.am	8 May 2003 03:24:57 -0000	1.19
+++ Makefile.am	14 May 2003 18:23:04 -0000	1.20
@@ -12,11 +12,8 @@
 	../lib-settings/libsettings.a \
 	../lib/liblib.a \
 	$(AUTH_LIBS) \
-	$(RAND_LIBS)
-
-if AUTH_MODULES
-dovecot_auth_LDFLAGS = -export-dynamic
-endif
+	$(RAND_LIBS) \
+	$(MODULE_LIBS)
 
 dovecot_auth_SOURCES = \
 	auth-module.c \

Index: auth-module.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/auth-module.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- auth-module.c	11 Feb 2003 18:01:39 -0000	1.1
+++ auth-module.c	14 May 2003 18:23:04 -0000	1.2
@@ -2,7 +2,7 @@
 
 #include "lib.h"
 
-#ifdef AUTH_MODULES
+#ifdef HAVE_MODULES
 
 #include "auth-module.h"
 



More information about the dovecot-cvs mailing list