From 3aa855f509f1d8401ac0e3713c9b7694b96efd0b Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 27 Jan 1999 04:53:45 +0000 Subject: [PATCH] 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 --- src/lib/krb5/ccache/ChangeLog | 4 ++++ src/lib/krb5/ccache/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.26.2