aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-11 22:23:28 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-11 22:23:28 +0000
commitcee79e98488ba138d1ebadb7488df7da54be627b (patch)
treefd329cef103b8a0f5bddccc360f15cb6ca8c9d41 /src/lib/gssapi/Makefile.in
parent6b3217ad6ab98d4365f32d45948717e212684678 (diff)
downloadkrb5-cee79e98488ba138d1ebadb7488df7da54be627b.zip
krb5-cee79e98488ba138d1ebadb7488df7da54be627b.tar.gz
krb5-cee79e98488ba138d1ebadb7488df7da54be627b.tar.bz2
Instead of arbitrary division of headers into include and include/krb5, with
include directives sometimes using krb5/foo.h and sometimes using foo.h, and -I options always given for both directories in both source and build trees, push include/krb5/* up a level and drop the krb5 directory (except, for the moment, the change log). Updated #include directives, -I options, and dependencies accordingly, and deleted one or two bits of old, unused code that was noticed in the process. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17730 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/Makefile.in')
-rw-r--r--src/lib/gssapi/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/gssapi/Makefile.in b/src/lib/gssapi/Makefile.in
index 8260ce8..91418b6 100644
--- a/src/lib/gssapi/Makefile.in
+++ b/src/lib/gssapi/Makefile.in
@@ -125,12 +125,12 @@ $(BUILDTOP)/include/gssapi/gssapi.h generic/gssapi.h krb5/gssapi_err_krb5.h gene
gss_libinit.so gss_libinit.po $(OUTPRE)gss_libinit.$(OBJEXT): \
gss_libinit.c generic/gssapi_err_generic.h $(COM_ERR_DEPS) \
krb5/gssapi_err_krb5.h $(srcdir)/krb5/gssapiP_krb5.h \
- $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
- $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
+ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/osconf.h \
+ $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
$(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
- $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
+ $(SRCTOP)/include/kdb.h $(SRCTOP)/include/k5-plugin.h \
$(srcdir)/generic/gssapiP_generic.h $(srcdir)/generic/gssapi_generic.h \
$(BUILDTOP)/include/gssapi/gssapi.h krb5/gssapi_krb5.h \
gss_libinit.h generic/gssapi.h