summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2007-05-22 23:27:20 +0000
committerIan C <ianc@noddybox.co.uk>2007-05-22 23:27:20 +0000
commit737c093cddb6ad5c23bead4b2f98de27572e74be (patch)
treeefc0a9eb82a22097f8dd3afeccabd22b2391d6f2 /makefile
parent40b6e995d0534839e352d3f56485ca9ea7f41b89 (diff)
Fixed to build on Ubuntu 7.04
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index d60531c..297c53d 100644
--- a/makefile
+++ b/makefile
@@ -19,7 +19,7 @@
#
# -------------------------------------------------------------------------
#
-# $Id: makefile,v 1.1.1.1 2006-05-02 19:12:45 ianc Exp $
+# $Id: makefile,v 1.2 2007-05-22 23:27:20 ianc Exp $
#
TARGET = glgrav
@@ -41,7 +41,8 @@ OBJECTS = $(SOURCES:.cpp=.o)
# NOTE1: Use these libs for GNU/linux. They should work with any unix that has
# X11 too.
#
-LIBS = -L/usr/X11R6/lib -lglut -lGLU -lGL -lX11 -lXext -lXi -lXmu -lm
+#LIBS = -L/usr/X11R6/lib -lglut -lGLU -lGL -lX11 -lXext -lXi -lXmu -lm
+LIBS = -L/usr/X11R6/lib -lglut -lGLU -lGL -lX11 -lXext -lm
# NOTE2: Use thes libs for cygwin