summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1992-12-12 03:07:41 +0000
committerTheodore Tso <tytso@mit.edu>1992-12-12 03:07:41 +0000
commit4693b9f32a3d44f4f0bcedb6233dd73c28ddc4ed (patch)
tree2d1afaac06b676ac5bcf6a9fc3c646f59e051b76 /src/tests
parent5a9e3514942fb52dd289d120ab4f9c69ddb1933c (diff)
downloadkrb5-4693b9f32a3d44f4f0bcedb6233dd73c28ddc4ed.tar.gz
krb5-4693b9f32a3d44f4f0bcedb6233dd73c28ddc4ed.tar.xz
krb5-4693b9f32a3d44f4f0bcedb6233dd73c28ddc4ed.zip
Add missing SRCS definition necessary for make depend to work
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2470 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/create/Imakefile1
-rw-r--r--src/tests/hammer/Imakefile1
-rw-r--r--src/tests/verify/Imakefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/create/Imakefile b/src/tests/create/Imakefile
index 21fc333d5..b8811b4c1 100644
--- a/src/tests/create/Imakefile
+++ b/src/tests/create/Imakefile
@@ -24,6 +24,7 @@
#
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
+SRCS= kdb5_mkdums.c
SimpleTestProgramTarget(kdb5_mkdums)
diff --git a/src/tests/hammer/Imakefile b/src/tests/hammer/Imakefile
index 0c8bda6c4..621b639c0 100644
--- a/src/tests/hammer/Imakefile
+++ b/src/tests/hammer/Imakefile
@@ -24,6 +24,7 @@
#
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
+SRCS = kdc5_hammer.c
SimpleTestProgramTarget(kdc5_hammer)
diff --git a/src/tests/verify/Imakefile b/src/tests/verify/Imakefile
index 33ec70f31..65d229b57 100644
--- a/src/tests/verify/Imakefile
+++ b/src/tests/verify/Imakefile
@@ -24,6 +24,7 @@
#
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
+SRCS= kdb5_verify.c
SimpleTestProgramTarget(kdb5_verify)