summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rwxr-xr-xconfigure.in2
-rw-r--r--makefile.macosx2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 6cec1a87..358a5e18 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,4 +3,4 @@
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = src
-LDFLAGS = -ljgmod `allegro-config --libs release` -lalfont -lguichan -lguichan_allegro \ No newline at end of file
+LDFLAGS = `allegro-config --libs release` `sdl-config --libs` -lguichan_allegro -lguichan
diff --git a/configure.in b/configure.in
index 7c20a0d2..84f917fc 100755
--- a/configure.in
+++ b/configure.in
@@ -98,7 +98,7 @@ FIND_PATH(allegro-config, LIBALLEGRO_CONFIG, [${prefix}/bin ${exec_prefix}/bin /
])
if test -n "$LIBALLEGRO_CONFIG"; then
- LIBALLEGRO_LIBS="`$LIBALLEGRO_CONFIG --libs` -ljgmod -lguichan -lguichan_allegro"
+ LIBALLEGRO_LIBS="`$LIBALLEGRO_CONFIG --libs` -lguichan_allegro -lguichan"
LIBALLEGRO_RPATH=
for args in $LIBALLEGRO_LIBS; do
case $args in
diff --git a/makefile.macosx b/makefile.macosx
index 229c932d..128caa25 100644
--- a/makefile.macosx
+++ b/makefile.macosx
@@ -5,7 +5,7 @@ CXX = g++
# excessive optimizations for pentium pro and later
CXXFLAGS =-Wall -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -DMACOSX -fexceptions `sdl-config --cflags`
-CFLAGS=`allegro-config --libs release` `sdl-config --libs` -lSDL_mixer -lguichan_allegro -lguichan /usr/lib/libjgmod.a
+CFLAGS=`allegro-config --libs release` `sdl-config --libs` -lSDL_mixer -lguichan_allegro -lguichan
include file.list
MODULES += src/net/win2mac.cpp