Date:	Tuesday May 1, 2001 @ 21:00
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/keycomp
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv1006/keycomp

Modified Files:
	Makefile.in 
Log Message:
Wed May  2 12:34:59 2001  James Cameron  <quozl at us.netrek.org>

	* all: move include files to own directory.  Changes were
	contributed by Benjamin `Quisar' Lerman <quisar at quisar.ambre.net>
	and verified by me.


****************************************

Index: Vanilla/keycomp/Makefile.in
diff -u Vanilla/keycomp/Makefile.in:1.2 Vanilla/keycomp/Makefile.in:1.3
--- Vanilla/keycomp/Makefile.in:1.2	Mon Apr 30 04:34:35 2001
+++ Vanilla/keycomp/Makefile.in	Tue May  1 21:00:19 2001
@@ -17,7 +17,7 @@
 SRCS = ${srcdir}/rsa_keycomp.c ${srcdir}/../ntserv/getpath.c ${srcdir}/../ntserv/data.c ${srcdir}/rsa_key2cap.c $(RANDOMC)
 OBJS = rsa_keycomp.o ../ntserv/getpath.o ../ntserv/data.o $(STRDUPO) $(RANDOMO)
 
-CFLAGS = -I. -I${srcdir} $(MOREDEFS) $(FLAGS) $(DIRS)
+CFLAGS = $(MOREDEFS) $(FLAGS) -I../include -I${srcdir}/../include -I. -I${srcdir}
 
 LINTFLAGS = -habxc $(MOREDEFS) $(FLAGS)