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

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

Modified Files:
	Makefile.in edit.c input.c main.c pledit.h 
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/pledit/Makefile.in
diff -u Vanilla/pledit/Makefile.in:1.2 Vanilla/pledit/Makefile.in:1.3
--- Vanilla/pledit/Makefile.in:1.2	Mon Apr 30 04:34:36 2001
+++ Vanilla/pledit/Makefile.in	Tue May  1 21:00:20 2001
@@ -23,7 +23,7 @@
 PROGRAM	= pledit
 
 # NBR server cflags
-CFLAGS = $(FLAGS) $(EXTRAFLAGS) $(FILES) $(DIRS)
+CFLAGS = $(FLAGS) $(EXTRAFLAGS) -I. -I${srcdir} -I../include -I${srcdir}/../include
 
 all:	$(PROGRAM)
 
Index: Vanilla/pledit/edit.c
diff -u Vanilla/pledit/edit.c:1.3 Vanilla/pledit/edit.c:1.4
--- Vanilla/pledit/edit.c:1.3	Fri Apr 30 15:19:03 1999
+++ Vanilla/pledit/edit.c	Tue May  1 21:00:20 2001
@@ -4,7 +4,7 @@
  * edit.c - get user input
  */
 
-#include "../config.h"
+#include "config.h"
 
 #ifndef LTD_STATS
 
Index: Vanilla/pledit/input.c
diff -u Vanilla/pledit/input.c:1.3 Vanilla/pledit/input.c:1.4
--- Vanilla/pledit/input.c:1.3	Fri Apr 30 15:19:03 1999
+++ Vanilla/pledit/input.c	Tue May  1 21:00:20 2001
@@ -4,7 +4,7 @@
  * input.c - get user input
  */
 
-#include "../config.h"
+#include "config.h"
 
 #ifndef LTD_STATS
 
Index: Vanilla/pledit/main.c
diff -u Vanilla/pledit/main.c:1.4 Vanilla/pledit/main.c:1.5
--- Vanilla/pledit/main.c:1.4	Thu Apr 26 18:33:08 2001
+++ Vanilla/pledit/main.c	Tue May  1 21:00:20 2001
@@ -4,7 +4,7 @@
  * main.c - startup & shutdown, plus some common routines
  */
 
-#include "../config.h"
+#include "config.h"
 
 #include <stdio.h>
 
Index: Vanilla/pledit/pledit.h
diff -u Vanilla/pledit/pledit.h:1.1 Vanilla/pledit/pledit.h:1.2
--- Vanilla/pledit/pledit.h:1.1	Wed Nov 11 20:44:53 1998
+++ Vanilla/pledit/pledit.h	Tue May  1 21:00:20 2001
@@ -4,7 +4,7 @@
  * pledit.h - common stuff and tunable constants
  */
 
-#include "../config.h"
+#include "config.h"
 
 /* how many seconds to look at a popup (add more for slow terminals) */
 #define POP_DELAY	2