summaryrefslogtreecommitdiffstats
path: root/src/tests/gssapi
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/gssapi')
-rw-r--r--src/tests/gssapi/ChangeLog4
-rw-r--r--src/tests/gssapi/Makefile.in10
2 files changed, 13 insertions, 1 deletions
diff --git a/src/tests/gssapi/ChangeLog b/src/tests/gssapi/ChangeLog
index 7f26f72e0..178dd73b4 100644
--- a/src/tests/gssapi/ChangeLog
+++ b/src/tests/gssapi/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-01 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (SRCS): Use srcdir.
+
2001-07-23 Ezra Peisach <epeisach@mit.edu>
* t_imp_name.c (display_status_1): Remove variable that was set
diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in
index df8db19d5..b3cb64404 100644
--- a/src/tests/gssapi/Makefile.in
+++ b/src/tests/gssapi/Makefile.in
@@ -6,7 +6,7 @@ DEFINES = -DUSE_AUTOCONF_H
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
-SRCS= t_imp_name.c
+SRCS= $(srcdir)/t_imp_name.c
OBJS= t_imp_name.o
@@ -18,3 +18,11 @@ t_imp_name: t_imp_name.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS)
clean::
$(RM) t_imp_name
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+t_imp_name.o: t_imp_name.c $(BUILDTOP)/include/gssapi/gssapi.h \
+ $(BUILDTOP)/include/gssapi/gssapi_generic.h
+