Bradford Smith - 2003-04-16

FYI, I found that ccvssh 0.9.1 wouldn't compile on RedHat 9 out of the box. I got a:

/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory

I found you just needed to add to the kerberos directory to the include path in src/Makefile. Below is a diff -c.

Cheers,
/b

*** Makefile    2003-04-16 11:46:27.000000000 -0700
--- Makefile.orig       2003-04-16 11:59:19.000000000 -0700
***************
*** 96,102 ****
  ccvssh_DEPENDENCIES =
  ccvssh_LDFLAGS =
  
- INCLUDES = -I/usr/kerberos/include
  DEFS = -DHAVE_CONFIG_H
  DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
  CPPFLAGS =
--- 96,101 ----