From db4e603fdef642aafc5bc52e267f1fb12a8bfe37 Mon Sep 17 00:00:00 2001 From: Lionel Ulmer Date: Thu, 16 May 2002 18:45:58 +0000 Subject: Fix X11 compiling with the new unified Makefile and remove the old Makefile.x11 svn-id: r4343 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb75ac6a2f..04998a0298 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ LIBS += `sdl-config --libs` # DEFINES += -DUNIX_X11 # LDFLAGS := -L/usr/X11R6/lib -L/usr/local/lib # INCLUDES+= -I/usr/X11R6/include -# LIBS += -lpthread +# LIBS += -lpthread -lXext -lX11 CPPFLAGS= $(DEFINES) $(INCLUDES) -- cgit v1.2.3