*** authlib/Makefile.am Sat Nov 11 13:13:52 2000 --- authlib/Makefile.am.new Sat Dec 23 18:25:21 2000 *************** *** 310,316 **** authvchkpw_DEPENDENCIES=libauthmod.a libauth.a @MD5LIB@ authvchkpw_LDADD=libauthmod.a libauth.a @MD5LIB@ -lvpopmail @LIBM@ $(CRYPTLIBS) authvchkpw.libsdep: authvchkpw ! echo @MD5LIB@ @LIBM@ -L@vpopmail_home@/lib -lvpopmail $(CRYPTLIBS) >authvchkpw.libsdep authcram_SOURCES=mod.h modauthcram.c authcram_DEPENDENCIES=libauthmod.a libauth.a @HMACLIB@ ../userdb/libuserdb.a \ --- 310,316 ---- authvchkpw_DEPENDENCIES=libauthmod.a libauth.a @MD5LIB@ authvchkpw_LDADD=libauthmod.a libauth.a @MD5LIB@ -lvpopmail @LIBM@ $(CRYPTLIBS) authvchkpw.libsdep: authvchkpw ! echo @MD5LIB@ @LIBM@ -L@vpopmail_home@/lib -lvpopmail -L/usr/local/lib/mysql -lmysqlclient $(CRYPTLIBS) >authvchkpw.libsdep authcram_SOURCES=mod.h modauthcram.c authcram_DEPENDENCIES=libauthmod.a libauth.a @HMACLIB@ ../userdb/libuserdb.a \ *** Makefile.in.orig Wed Nov 15 16:47:13 2000 --- Makefile.in Sat Dec 23 18:36:16 2000 *************** *** 236,242 **** authvchkpw_SOURCES = mod.h modauthvchkpw.c authvchkpw_DEPENDENCIES = libauthmod.a libauth.a @MD5LIB@ ! authvchkpw_LDADD = libauthmod.a libauth.a @MD5LIB@ -lvpopmail @LIBM@ $(CRYPTLIBS) authcram_SOURCES = mod.h modauthcram.c authcram_DEPENDENCIES = libauthmod.a libauth.a @HMACLIB@ ../userdb/libuserdb.a @dblibrary@ @MD5LIB@ @SHA1LIB@ --- 236,242 ---- authvchkpw_SOURCES = mod.h modauthvchkpw.c authvchkpw_DEPENDENCIES = libauthmod.a libauth.a @MD5LIB@ ! authvchkpw_LDADD = libauthmod.a libauth.a @MD5LIB@ -lvpopmail -L/usr/local/lib/mysql -lmysqlclient @LIBM@ $(CRYPTLIBS) authcram_SOURCES = mod.h modauthcram.c authcram_DEPENDENCIES = libauthmod.a libauth.a @HMACLIB@ ../userdb/libuserdb.a @dblibrary@ @MD5LIB@ @SHA1LIB@ *************** *** 1177,1183 **** authmysql.libsdep: authmysql echo @HMACLIB@ @MD5LIB@ @SHA1LIB@ $(CRYPTLIBS) @MYSQL_LIBS@ @LIBM@ @NETLIBS@ > authmysql.libsdep authvchkpw.libsdep: authvchkpw ! echo @MD5LIB@ @LIBM@ -L@vpopmail_home@/lib -lvpopmail $(CRYPTLIBS) >authvchkpw.libsdep authcram.libsdep: authcram echo @HMACLIB@ ../userdb/libuserdb.a @dblibrary@ @MD5LIB@ \ @SHA1LIB@ @LIBGDBM@ @LIBDB@ >authcram.libsdep --- 1177,1183 ---- authmysql.libsdep: authmysql echo @HMACLIB@ @MD5LIB@ @SHA1LIB@ $(CRYPTLIBS) @MYSQL_LIBS@ @LIBM@ @NETLIBS@ > authmysql.libsdep authvchkpw.libsdep: authvchkpw ! echo @MD5LIB@ @LIBM@ -L@vpopmail_home@/lib -L/usr/local/lib/mysql -lmysqlclient -lvpopmail $(CRYPTLIBS) >authvchkpw.libsdep authcram.libsdep: authcram echo @HMACLIB@ ../userdb/libuserdb.a @dblibrary@ @MD5LIB@ \ @SHA1LIB@ @LIBGDBM@ @LIBDB@ >authcram.libsdep