[dovecot-cvs] dovecot/src/auth Makefile.am,1.16,1.17

cras at procontrol.fi cras at procontrol.fi
Fri Mar 7 01:24:32 EET 2003


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

Modified Files:
	Makefile.am 
Log Message:
cleanups



Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/auth/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.am	6 Mar 2003 23:20:16 -0000	1.16
+++ Makefile.am	6 Mar 2003 23:24:29 -0000	1.17
@@ -6,15 +6,12 @@
 	-I$(top_srcdir)/src/lib \
 	-I$(top_srcdir)/src/lib-settings \
 	-DAUTH_MODULE_DIR=\""$(libdir)/dovecot/auth"\" \
-	$(AUTH_CFLAGS) \
-	$(VPOPMAIL_CFLAGS)
+	$(AUTH_CFLAGS)
 
 dovecot_auth_LDADD = \
 	../lib-settings/libsettings.a \
 	../lib/liblib.a \
-	$(PASSDB_LIBS) \
-	$(SASL_LIBS) \
-	$(VPOPMAIL_LIBS)
+	$(AUTH_LIBS)
 
 if AUTH_MODULES
 dovecot_auth_LDFLAGS = -export-dynamic




More information about the dovecot-cvs mailing list