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/appl/telnet/libtelnet | |
| parent | 7dc48ce343aae54d4f1fb792a303761df52581e1 (diff) | |
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/appl/telnet/libtelnet')
| -rw-r--r-- | src/appl/telnet/libtelnet/Makefile.in | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in index 887f86113..aec819d73 100644 --- a/src/appl/telnet/libtelnet/Makefile.in +++ b/src/appl/telnet/libtelnet/Makefile.in @@ -106,22 +106,24 @@ genget.so genget.po $(OUTPRE)genget.$(OBJEXT): genget.c \ misc.so misc.po $(OUTPRE)misc.$(OBJEXT): auth-proto.h \ auth.h enc-proto.h encrypt.h misc-proto.h misc.c misc.h kerberos.so kerberos.po $(OUTPRE)kerberos.$(OBJEXT): \ - $(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \ $(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/des.h \ - $(SRCTOP)/include/kerberosIV/krb.h $(srcdir)/../arpa/telnet.h \ - auth-proto.h auth.h enc-proto.h encrypt.h kerberos.c \ - misc-proto.h misc.h -kerberos5.so kerberos5.po $(OUTPRE)kerberos5.$(OBJEXT): \ - $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/syslog.h \ + $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \ $(srcdir)/../arpa/telnet.h auth-proto.h auth.h enc-proto.h \ - encrypt.h kerberos5.c krb5forw.h misc-proto.h misc.h -forward.so forward.po $(OUTPRE)forward.$(OBJEXT): $(BUILDTOP)/include/krb5.h \ - $(COM_ERR_DEPS) forward.c krb5forw.h + encrypt.h kerberos.c misc-proto.h misc.h +kerberos5.so kerberos5.po $(OUTPRE)kerberos5.$(OBJEXT): \ + $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h \ + $(SRCTOP)/include/syslog.h $(srcdir)/../arpa/telnet.h \ + auth-proto.h auth.h enc-proto.h encrypt.h kerberos5.c \ + krb5forw.h misc-proto.h misc.h +forward.so forward.po $(OUTPRE)forward.$(OBJEXT): $(BUILDTOP)/include/krb5/krb5.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h forward.c \ + krb5forw.h spx.so spx.po $(OUTPRE)spx.$(OBJEXT): misc-proto.h \ spx.c -enc_des.so enc_des.po $(OUTPRE)enc_des.$(OBJEXT): $(BUILDTOP)/include/krb5.h \ - $(COM_ERR_DEPS) $(srcdir)/../arpa/telnet.h enc-proto.h \ - enc_des.c encrypt.h key-proto.h misc-proto.h +enc_des.so enc_des.po $(OUTPRE)enc_des.$(OBJEXT): $(BUILDTOP)/include/krb5/krb5.h \ + $(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h $(srcdir)/../arpa/telnet.h \ + enc-proto.h enc_des.c encrypt.h key-proto.h misc-proto.h setenv.so setenv.po $(OUTPRE)setenv.$(OBJEXT): misc-proto.h \ setenv.c getent.so getent.po $(OUTPRE)getent.$(OBJEXT): getent.c \ |
