$NetBSD: patch-ap,v 1.4 2004/08/06 06:36:18 jlam Exp $

--- sasldb/Makefile.am.orig	Fri Jul  2 15:39:41 2004
+++ sasldb/Makefile.am
@@ -51,20 +51,8 @@ extra_common_sources = db_none.c db_ndbm
 EXTRA_DIST = NTMakefile
 
 noinst_LTLIBRARIES = libsasldb.la
-noinst_LIBRARIES = libsasldb.a
 
 libsasldb_la_SOURCES = allockey.c sasldb.h
 EXTRA_libsasldb_la_SOURCES = $(extra_common_sources)
 libsasldb_la_DEPENDENCIES = $(SASL_DB_BACKEND)
 libsasldb_la_LIBADD = $(SASL_DB_BACKEND) 
-
-LOCAL_SASL_DB_BACKEND_STATIC := $(shell echo $(SASL_DB_BACKEND_STATIC) | sed -e "s%\.\./sasldb/%%g")
-
-# Prevent make dist stupidity
-libsasldb_a_SOURCES =
-EXTRA_libsasldb_a_SOURCES =
-
-libsasldb.a: libsasldb.la $(LOCAL_SASL_DB_BACKEND_STATIC)
-	$(AR) cru .libs/$@ $(LOCAL_SASL_DB_BACKEND_STATIC)
-
-
