blob: 2510133d45a9df7f03e64a3f9d1e6f71da3b8eae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.1 2002/07/31 03:23:07 jlam Exp $
--- saslauthd/Makefile.am.orig Fri Mar 23 20:41:35 2001
+++ saslauthd/Makefile.am
@@ -2,7 +2,7 @@ sbin_PROGRAMS = saslauthd
man_MANS = saslauthd.8
saslauthd_SOURCES = saslauthd.c mechanisms.c globals.h mechanisms.h auth_dce.c auth_dce.h auth_getpwent.c auth_getpwent.h auth_krb4.c auth_krb4.h auth_pam.c auth_pam.h auth_rimap.c auth_rimap.h auth_shadow.c auth_shadow.h auth_sia.c auth_sia.h
-saslauthd_LDADD = @SASL_KRB_LIB@
+saslauthd_LDADD = @PLAIN_LIBS@
INCLUDES = -I$(top_srcdir)/include
EXTRA_DIST = saslauthd.8
|