diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-05-23 00:03:06 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-05-23 00:03:06 +0000 |
| commit | ee330a2d8d97e705bcdbb89670b81c09eb692e10 (patch) | |
| tree | 1352455ae7499521c5ae97bb1cb7de412b94c543 /src/lib/crypto/md5 | |
| parent | 7dc48ce343aae54d4f1fb792a303761df52581e1 (diff) | |
| download | krb5-ee330a2d8d97e705bcdbb89670b81c09eb692e10.tar.gz krb5-ee330a2d8d97e705bcdbb89670b81c09eb692e10.tar.xz krb5-ee330a2d8d97e705bcdbb89670b81c09eb692e10.zip | |
install headers into include/krb5
Create include/krb5 directory, and put krb5.h and (k5-)locate.h there in the
build tree. Stub krb5.h in main include directory just includes krb5/krb5.h.
Update dependencies, and add dependencies in a couple Makefiles that didn't
have them.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18030 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/md5')
| -rw-r--r-- | src/lib/crypto/md5/Makefile.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/crypto/md5/Makefile.in b/src/lib/crypto/md5/Makefile.in index b962949ebb..51bbb1e63c 100644 --- a/src/lib/crypto/md5/Makefile.in +++ b/src/lib/crypto/md5/Makefile.in @@ -52,9 +52,10 @@ clean-unix:: clean-libobjs # the Makefile.in file # md5.so md5.po $(OUTPRE)md5.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ - $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \ + $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \ $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \ - $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \ - $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \ - $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \ - $(SRCTOP)/include/socket-utils.h md5.c rsa-md5.h + $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \ + $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \ + $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \ + $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \ + md5.c rsa-md5.h |
