aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLionel Ulmer2002-05-16 18:45:58 +0000
committerLionel Ulmer2002-05-16 18:45:58 +0000
commitdb4e603fdef642aafc5bc52e267f1fb12a8bfe37 (patch)
treedb0c40c43f7f87d876906759f7fad1019b900e17 /Makefile
parent6982fe9e47c2c3e559a100c5cb1d8730277ef953 (diff)
downloadscummvm-rg350-db4e603fdef642aafc5bc52e267f1fb12a8bfe37.tar.gz
scummvm-rg350-db4e603fdef642aafc5bc52e267f1fb12a8bfe37.tar.bz2
scummvm-rg350-db4e603fdef642aafc5bc52e267f1fb12a8bfe37.zip
Fix X11 compiling with the new unified Makefile and remove the old
Makefile.x11 svn-id: r4343
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)