From 5128957af33038d530d4a85579cdccc9165f1017 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 8 Sep 2003 23:08:40 +0000 Subject: [PATCH] Fix. --- lib/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 66028337..355ab141 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,7 +28,6 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" \ -DDMALLOC_FUNC_CHECK \ @DEFS@ -shishi_int = shishi-int.h BUILT_SOURCES = shishi-int.h kerberos5.c DISTCLEANFILES = shishi-int.h MAINTAINERCLEANFILES = kerberos5.c @@ -45,7 +44,7 @@ libshishi_la_SOURCES = internal.h gettext.h \ safe.c priv.c \ ticket.c encticketpart.c tkt.c tkts.c \ netio.c key.c keys.c hostkeys.c crypto.c crypto.h \ - asn1.c kerberos5.asn1 \ + asn1.c kerberos5.asn1 kerberos5.c \ version.c password.c \ utils.c resolv.c if NULL -- 2.11.4.GIT