From: Theodore Tso Date: Wed, 27 Jan 1999 04:53:45 +0000 (+0000) Subject: Makefile.in: Add ccapi to the include path so we can find stdcc.h X-Git-Tag: krb5-1.1-beta1~396 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3aa855f509f1d8401ac0e3713c9b7694b96efd0b;p=krb5.git Makefile.in: Add ccapi to the include path so we can find stdcc.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11128 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog index 0ddd711be..578a78a21 100644 --- a/src/lib/krb5/ccache/ChangeLog +++ b/src/lib/krb5/ccache/ChangeLog @@ -1,3 +1,7 @@ +1999-01-26 Theodore Ts'o + + * Makefile.in: Add ccapi to the include path so we can find stdcc.h + 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are diff --git a/src/lib/krb5/ccache/Makefile.in b/src/lib/krb5/ccache/Makefile.in index c07091ad6..6d1a852fa 100644 --- a/src/lib/krb5/ccache/Makefile.in +++ b/src/lib/krb5/ccache/Makefile.in @@ -4,7 +4,8 @@ mydir=ccache BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) LOCAL_SUBDIRS = stdio file memory -CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)$(S)file -I$(srcdir)$(S)stdio +CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)$(S)file -I$(srcdir)$(S)stdio \ + -I$(srcdir)$(S)ccapi ##DOS##BUILDTOP = ..\..\.. ##DOS##PREFIXDIR=ccache