summaryrefslogtreecommitdiff
path: root/makefile.opengl
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-03 12:42:21 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-03 12:42:21 +0000
commitdf5ee2a5c32258e0d993c7d7c917c75299ee9ae4 (patch)
tree8303eec548a78ae1f8b543aea8658d37321e772b /makefile.opengl
parentdbda6463fd8a9c3136daf64e79b5515812a2e40f (diff)
downloadmana-client-df5ee2a5c32258e0d993c7d7c917c75299ee9ae4.tar.gz
mana-client-df5ee2a5c32258e0d993c7d7c917c75299ee9ae4.tar.bz2
mana-client-df5ee2a5c32258e0d993c7d7c917c75299ee9ae4.tar.xz
mana-client-df5ee2a5c32258e0d993c7d7c917c75299ee9ae4.zip
Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.
Diffstat (limited to 'makefile.opengl')
-rw-r--r--makefile.opengl2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.opengl b/makefile.opengl
index 1efbcfad..ce55fbe8 100644
--- a/makefile.opengl
+++ b/makefile.opengl
@@ -7,7 +7,7 @@ CXXFLAGS += -g -march=i686 -O2 -Wall -D__DEBUG -DUSE_OPENGL
CXXFLAGS += `sdl-config --cflags` -fexceptions `pkg-config --cflags libxml-2.0`
LIBS := `sdl-config --libs` -lguichan_sdl -lguichan_opengl -lguichan \
- -lSDL_mixer -lSDL_image `pkg-config --libs libxml-2.0` -lGL
+ -lSDL_mixer -lSDL_image `pkg-config --libs libxml-2.0` -lGL -lphysfs
include file.list