From 27ec0423ab37221c5afddf0edb441c7d201bd46e Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 16 Feb 1998 15:10:55 +0000 Subject: [PATCH] Add com_err, remove error. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4408 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 66d6db486..a0445db43 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ # $Id$ AUTOMAKE_OPTIONS = foreign no-dependencies -SUBDIRS = roken editline sl error asn1 des krb5 kafs hdb kadm5 gssapi @OTP_dir@ +SUBDIRS = roken editline com_err sl asn1 des krb5 kafs hdb kadm5 gssapi @OTP_dir@