summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1999-01-27 04:53:45 +0000
committerTheodore Tso <tytso@mit.edu>1999-01-27 04:53:45 +0000
commit3aa855f509f1d8401ac0e3713c9b7694b96efd0b (patch)
tree9abf367a3911207ee20158fd71e5ceae8079f990
parent486ddce810307158d4116d02b0ee87b811752bc4 (diff)
downloadkrb5-3aa855f509f1d8401ac0e3713c9b7694b96efd0b.tar.gz
krb5-3aa855f509f1d8401ac0e3713c9b7694b96efd0b.tar.xz
krb5-3aa855f509f1d8401ac0e3713c9b7694b96efd0b.zip
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
-rw-r--r--src/lib/krb5/ccache/ChangeLog4
-rw-r--r--src/lib/krb5/ccache/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog
index 0ddd711be1..578a78a213 100644
--- a/src/lib/krb5/ccache/ChangeLog
+++ b/src/lib/krb5/ccache/ChangeLog
@@ -1,3 +1,7 @@
+1999-01-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Add ccapi to the include path so we can find stdcc.h
+
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* 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 c07091ad62..6d1a852fac 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