diff options
Diffstat (limited to 'makefile.opengl')
-rw-r--r-- | makefile.opengl | 2 |
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 |