* Makefile.in (test_getpw): Depend on, and link against, the support library
authorKen Raeburn <raeburn@mit.edu>
Wed, 1 Jun 2005 00:38:24 +0000 (00:38 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 1 Jun 2005 00:38:24 +0000 (00:38 +0000)
ticket: 3084
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17222 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/misc/ChangeLog
src/tests/misc/Makefile.in

index 864ee13cd4d9b678b4e134f9f1252495da926c1c..e779fd1f240f00c6ba094c9bed4fc1532f30964f 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-31  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (test_getpw): Depend on, and link against, the
+       support library.
+
 2005-03-28  Ken Raeburn  <raeburn@mit.edu>
 
        * test_getpw.c: New file.
index 5bb4f7472747e78525340dafd6f26efd9856db3a..2dd2153d3562ea72eeec03e396bef6772820b110 100644 (file)
@@ -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::