diff options
author | Theodore Tso <tytso@mit.edu> | 1998-12-05 06:45:51 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1998-12-05 06:45:51 +0000 |
commit | 885d1ad733f466ba4e3e98c871cf8eae8110a4e0 (patch) | |
tree | f514cd319b0e66b6df548517941d5fe1014be385 /src/lib/crypto/keyhash_provider/Makefile.in | |
parent | 32fec992143c6253df18eebff8bc82c44af32d3e (diff) | |
download | krb5-885d1ad733f466ba4e3e98c871cf8eae8110a4e0.tar.gz krb5-885d1ad733f466ba4e3e98c871cf8eae8110a4e0.tar.xz krb5-885d1ad733f466ba4e3e98c871cf8eae8110a4e0.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@11083 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/keyhash_provider/Makefile.in')
-rw-r--r-- | src/lib/crypto/keyhash_provider/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in index 806473ed1..19781b83a 100644 --- a/src/lib/crypto/keyhash_provider/Makefile.in +++ b/src/lib/crypto/keyhash_provider/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/keyhash_provider +mydir=keyhash_provider BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des -I$(srcdir)/../md4 \ -I$(srcdir)/../md5 |