diff options
Diffstat (limited to 'makefile.static')
-rw-r--r-- | makefile.static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.static b/makefile.static index 834b2833..3bdc109e 100644 --- a/makefile.static +++ b/makefile.static @@ -7,7 +7,7 @@ CXXFLAGS += -g -march=i686 -O2 -Wall -D__DEBUG CXXFLAGS += `sdl-config --cflags` -fexceptions `pkg-config --cflags libxml-2.0` LIBS := `sdl-config --libs` -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image \ - `pkg-config --libs libxml-2.0` + `pkg-config --libs libxml-2.0` -lphysfs include file.list |