summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-08-06 03:16:23 +0000
committerMatt Turner <mattst88@gmail.com>2006-08-06 03:16:23 +0000
commitfaa75e3a202b773d5f90cd99bc076ca9635440bf (patch)
tree0ba15720052a252def174c75e912501bd7862909 /Makefile
parentcfb3a61dc358ee8d82294fd28e4090e10252431c (diff)
Added Text rendering support via QuesoGLC (http://quesoglc.sourceforge.net/index.html).
git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@11 4dd1920e-271a-0410-bca0-81b404a81564
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5d133f..0dee9ba 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ WARN=-Wall -W -ansi -pedantic
CFLAGS=-Os -pipe -std=c99 ${WARN}
LDFLAGS=-Wl,-O1,-s
INCLUDES=`sdl-config --cflags`
-LIBRARIES=`sdl-config --libs` -lSDL_image -lGL -lGLU
+LIBRARIES=`sdl-config --libs` -lSDL_image -lSDL_net -lGL -lGLU -lGLC
EXT=.exe
EXE=glpong3d${EXT}