summaryrefslogtreecommitdiffstats
path: root/src/tests/dejagnu/Makefile.in
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1997-08-17 18:29:19 +0000
committerEzra Peisach <epeisach@mit.edu>1997-08-17 18:29:19 +0000
commit55b90a4c863797dcd4cdf110afbb791c167d2996 (patch)
tree22192a52f812a58b14fdae3399d04ffae233af3f /src/tests/dejagnu/Makefile.in
parentfc1694f84d24767f2cb8013b583c13237d806dd9 (diff)
downloadkrb5-55b90a4c863797dcd4cdf110afbb791c167d2996.tar.gz
krb5-55b90a4c863797dcd4cdf110afbb791c167d2996.tar.xz
krb5-55b90a4c863797dcd4cdf110afbb791c167d2996.zip
* Makefile.in (SRCS): Add $(SRCS) line
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10177 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/dejagnu/Makefile.in')
-rw-r--r--src/tests/dejagnu/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in
index 7ed9762b9..32ca3f5ea 100644
--- a/src/tests/dejagnu/Makefile.in
+++ b/src/tests/dejagnu/Makefile.in
@@ -4,6 +4,8 @@ KRB5_RUN_ENV= @KRB5_RUN_ENV@
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
+SRCS=$(srcdir)/t_inetd.c
+
all install::
check:: check-$(HAVE_RUNTEST)