summaryrefslogtreecommitdiffstats
path: root/src/kadmin/v4server/unit-test
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 06:31:28 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 06:31:28 +0000
commit32fec992143c6253df18eebff8bc82c44af32d3e (patch)
tree36bfae43b40e37461af4f1a65e98d007a086d803 /src/kadmin/v4server/unit-test
parent81c669036b738c29a72b599f324ef464088ed6e9 (diff)
Makefile.in: Set the myfulldir and mydir variables (which are relative
to buildtop and thisconfigdir, respectively.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11082 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/v4server/unit-test')
-rw-r--r--src/kadmin/v4server/unit-test/ChangeLog5
-rw-r--r--src/kadmin/v4server/unit-test/Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/kadmin/v4server/unit-test/ChangeLog b/src/kadmin/v4server/unit-test/ChangeLog
index ef21f8f8f..5de301820 100644
--- a/src/kadmin/v4server/unit-test/ChangeLog
+++ b/src/kadmin/v4server/unit-test/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
Tue Mar 3 10:30:11 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in (check): Use the variable DO_V4_TEST to distinguish
diff --git a/src/kadmin/v4server/unit-test/Makefile.in b/src/kadmin/v4server/unit-test/Makefile.in
index 3662945a8..783c26ddf 100644
--- a/src/kadmin/v4server/unit-test/Makefile.in
+++ b/src/kadmin/v4server/unit-test/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./../..
+myfulldir=kadmin/v4server/unit-test
+mydir=v4server/unit-test
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
#
# $Id$