summaryrefslogtreecommitdiffstats
path: root/src/kadmin/passwd
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/passwd
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/passwd')
-rw-r--r--src/kadmin/passwd/ChangeLog5
-rw-r--r--src/kadmin/passwd/Makefile.in2
-rw-r--r--src/kadmin/passwd/unit-test/ChangeLog5
-rw-r--r--src/kadmin/passwd/unit-test/Makefile.in2
4 files changed, 14 insertions, 0 deletions
diff --git a/src/kadmin/passwd/ChangeLog b/src/kadmin/passwd/ChangeLog
index 081562663..945b32165 100644
--- a/src/kadmin/passwd/ChangeLog
+++ b/src/kadmin/passwd/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.)
+
Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Changed thisconfigdir to point at the kadmin
diff --git a/src/kadmin/passwd/Makefile.in b/src/kadmin/passwd/Makefile.in
index 9b634eec0..98cf83b3c 100644
--- a/src/kadmin/passwd/Makefile.in
+++ b/src/kadmin/passwd/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=kadmin/passwd
+mydir=passwd
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -I. -DUSE_KADM5_API_VERSION=1
PROG_LIBPATH=-L$(TOPLIBD)
diff --git a/src/kadmin/passwd/unit-test/ChangeLog b/src/kadmin/passwd/unit-test/ChangeLog
index 6f6744746..c2c7fd5c2 100644
--- a/src/kadmin/passwd/unit-test/ChangeLog
+++ b/src/kadmin/passwd/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.)
+
Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Changed thisconfigdir to point at the kadmin
diff --git a/src/kadmin/passwd/unit-test/Makefile.in b/src/kadmin/passwd/unit-test/Makefile.in
index 465889b2e..1ec39d0bb 100644
--- a/src/kadmin/passwd/unit-test/Makefile.in
+++ b/src/kadmin/passwd/unit-test/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./../..
+myfulldir=kadmin/passwd/unit-test
+mydir=passwd/unit-test
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
check unit-test:: unit-test-@DO_TEST@