--- src/Makefile.orig	Fri Aug 10 00:01:39 2001
+++ src/Makefile	Tue Aug 21 14:17:17 2001
@@ -61,7 +61,7 @@
 # Here are some possible CFLAGS statements:
 #
 # An optimized one
-CFLAGS  = -O3 -fomit-frame-pointer
+CFLAGS += -O3 -fomit-frame-pointer
 #
 #A minimal one
 #CFLAGS =
@@ -83,7 +83,7 @@
 # and here are some possible DFLAGS statements:
 #
 # A minimal one
-DFLAGS  = -DX $(CFLAGS)
+DFLAGS  = -DX -I/usr/X11R6/include $(CFLAGS)
 DLIBS= -lX11 -lXaw -lXt
 #
 # A basic one for debugging
