From 9f2a7a71d53a08dafdf63616f4bab31749370393 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 1 Jun 2005 00:38:24 +0000 Subject: [PATCH] * Makefile.in (test_getpw): Depend on, and link against, the support library ticket: 3084 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17222 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/misc/ChangeLog | 5 +++++ src/tests/misc/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/tests/misc/ChangeLog b/src/tests/misc/ChangeLog index 864ee13cd..e779fd1f2 100644 --- a/src/tests/misc/ChangeLog +++ b/src/tests/misc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-31 Ken Raeburn + + * Makefile.in (test_getpw): Depend on, and link against, the + support library. + 2005-03-28 Ken Raeburn * test_getpw.c: New file. diff --git a/src/tests/misc/Makefile.in b/src/tests/misc/Makefile.in index 5bb4f7472..2dd2153d3 100644 --- a/src/tests/misc/Makefile.in +++ b/src/tests/misc/Makefile.in @@ -14,8 +14,8 @@ all:: test_getpw check:: test_getpw $(RUN_SETUP) ./test_getpw -test_getpw: $(srcdir)/../misc/test_getpw.c ../../include/krb5/autoconf.h - $(CC_LINK) $(ALL_CFLAGS) -o test_getpw $(srcdir)/../misc/test_getpw.c +test_getpw: $(srcdir)/../misc/test_getpw.c ../../include/krb5/autoconf.h $(SUPPORT_DEPLIB) + $(CC_LINK) $(ALL_CFLAGS) -o test_getpw $(srcdir)/../misc/test_getpw.c $(SUPPORT_LIB) install:: -- 2.26.2