blob: 78fbe0ed4f782a41d4d175ae349ac7220648c128 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig Mon Mar 26 19:31:01 2001
+++ Makefile Mon Mar 26 19:35:29 2001
@@ -77,7 +77,7 @@
# and here are some possible DFLAGS statements:
#
# A minimal one
-DFLAGS = -DX -lX11
+DFLAGS = -DX -I/usr/X11R6/include
#
# A basic one for debugging
#DFLAGS = -g -DX -lX11
|