summaryrefslogtreecommitdiff
path: root/makefile.linuxppc
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-12-29 12:42:18 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-12-29 12:42:18 +0000
commit0862aa2922451ea6a1348b5aefecbbf77b72a36f (patch)
tree69a2d8ef01685ae3193b99af34671daede0680ef /makefile.linuxppc
parent8fe800f7afa25e052c387b8a1a7ad6d46f38d916 (diff)
downloadmana-client-0862aa2922451ea6a1348b5aefecbbf77b72a36f.tar.gz
mana-client-0862aa2922451ea6a1348b5aefecbbf77b72a36f.tar.bz2
mana-client-0862aa2922451ea6a1348b5aefecbbf77b72a36f.tar.xz
mana-client-0862aa2922451ea6a1348b5aefecbbf77b72a36f.zip
- added SDL & SDL_mixer to all makefiles
- removed JGmod from all makefiles
Diffstat (limited to 'makefile.linuxppc')
-rw-r--r--makefile.linuxppc4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.linuxppc b/makefile.linuxppc
index 0455fc2a..9b1580fd 100644
--- a/makefile.linuxppc
+++ b/makefile.linuxppc
@@ -3,9 +3,9 @@ CXX = g++
#CXXFLAGS = -g -march=i686 -O2
# excessive optimizations for pentium pro and later
-CXXFLAGS =-Wall -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -DLINUXPPC -fexceptions
+CXXFLAGS =-Wall -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -DLINUXPPC -fexceptions `sdl-config --cflags`
-CFLAGS=-ljgmod `allegro-config --libs release` -lguichan_allegro -lguichan
+CFLAGS=`allegro-config --libs release` `sdl-config --libs` -lSDL_mixer -lguichan_allegro -lguichan
include file.list
MODULES += src/net/win2mac.cpp