From 067bc3496e76645de6c077f0b966b1c65cc1f810 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 21 Mar 1999 17:11:58 +0000 Subject: [PATCH] add posix_getpw.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5684 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/sia/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/auth/sia/Makefile.in b/lib/auth/sia/Makefile.in index 80ac0d601..537444ed4 100644 --- a/lib/auth/sia/Makefile.in +++ b/lib/auth/sia/Makefile.in @@ -41,9 +41,9 @@ LD_FLAGS = @REAL_LD_FLAGS@ LIB = libsia_krb4.$(SHLIBEXT) -SOURCES = sia.c +SOURCES = sia.c posix_getpw.c -OBJECTS = sia.o +OBJECTS = sia.o posix_getpw.o all: $(LIB)