summaryrefslogtreecommitdiffstats
path: root/src/kadmin/testing/util
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/testing/util
parent81c669036b738c29a72b599f324ef464088ed6e9 (diff)
downloadkrb5-32fec992143c6253df18eebff8bc82c44af32d3e.tar.gz
krb5-32fec992143c6253df18eebff8bc82c44af32d3e.tar.xz
krb5-32fec992143c6253df18eebff8bc82c44af32d3e.zip
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/testing/util')
-rw-r--r--src/kadmin/testing/util/ChangeLog5
-rw-r--r--src/kadmin/testing/util/Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/kadmin/testing/util/ChangeLog b/src/kadmin/testing/util/ChangeLog
index 92e1e2c42..1cfaf88da 100644
--- a/src/kadmin/testing/util/ChangeLog
+++ b/src/kadmin/testing/util/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.)
+
Thu Jul 16 10:20:20 1998 Ezra Peisach <epeisach@mit.edu>
* tcl_kadm5.c (parse_tl_data): Change cast from char * to
diff --git a/src/kadmin/testing/util/Makefile.in b/src/kadmin/testing/util/Makefile.in
index 62a98f613..43d933435 100644
--- a/src/kadmin/testing/util/Makefile.in
+++ b/src/kadmin/testing/util/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./../..
+myfulldir=kadmin/testing/util
+mydir=testing/util
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(TCL_INCLUDES)