diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2005-12-13 22:06:29 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2005-12-13 22:06:29 +0000 |
| commit | d227c2342a0daf8d5d42bb71a784731288a696ff (patch) | |
| tree | a601264e416f7496a41aa234e173394552a3c9ae /src/windows | |
| parent | 44d0e52f6dbb8b095956babf1c8b7734219de01f (diff) | |
| download | krb5-d227c2342a0daf8d5d42bb71a784731288a696ff.tar.gz krb5-d227c2342a0daf8d5d42bb71a784731288a696ff.tar.xz krb5-d227c2342a0daf8d5d42bb71a784731288a696ff.zip | |
KFW 3.1 - Add missing include path
The leashwin.h file needs to be accessible via the INCLUDE path.
ticket: new
tags: pullup
target_version: 1.3.4
status: resolved
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17556 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
| -rw-r--r-- | src/windows/kfwlogon/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/windows/kfwlogon/Makefile.in b/src/windows/kfwlogon/Makefile.in index 69fe7ddb0..10e7d4cfb 100644 --- a/src/windows/kfwlogon/Makefile.in +++ b/src/windows/kfwlogon/Makefile.in @@ -8,7 +8,8 @@ BUILDTOP=$(REL)..$(S).. DEFINES =
LOCALINCLUDES = -I$(BUILDTOP) -I$(PISMERE)\athena\util\loadfuncs \
-I$(PISMERE)\athena\auth\krb5\src\include\kerberosIV \
- -I$(PISMERE)\athena\auth\krb4\include
+ -I$(PISMERE)\athena\auth\krb4\include \
+ -I$(PISMERE)\athena\auth\leash\include
PROG_LIBPATH=-L$(TOPLIBD) -L$(KRB5_LIBDIR)
SYSLIBS = kernel32.lib user32.lib advapi32.lib wsock32.lib secur32.lib
|
