summaryrefslogtreecommitdiff
path: root/makefile.static
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-13 16:05:02 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-13 16:05:02 +0000
commita6d78cfefc41d87234b22ef15f4f38a7b96e6544 (patch)
tree9eceff651b6e5ecd67dd256d5216a9f458034b5e /makefile.static
parentb092468063d314d96aee6624cdb1a8fa78599424 (diff)
downloadmana-client-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.tar.gz
mana-client-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.tar.bz2
mana-client-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.tar.xz
mana-client-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.zip
Should now compile on Linux again.
Diffstat (limited to 'makefile.static')
-rw-r--r--makefile.static5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile.static b/makefile.static
index c0fca341..834b2833 100644
--- a/makefile.static
+++ b/makefile.static
@@ -4,9 +4,10 @@ CXXFLAGS += -g -march=i686 -O2 -Wall -D__DEBUG
# excessive optimizations for pentium pro and later
#CXXFLAGS +=-Wall -march=i686 -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -fexceptions
-CXXFLAGS += `sdl-config --cflags` -fexceptions
+CXXFLAGS += `sdl-config --cflags` -fexceptions `pkg-config --cflags libxml-2.0`
-LIBS := `sdl-config --libs` -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image
+LIBS := `sdl-config --libs` -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image \
+ `pkg-config --libs libxml-2.0`
include file.list