summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile.static3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile.static b/makefile.static
index 2ee3e5fe..f800934e 100644
--- a/makefile.static
+++ b/makefile.static
@@ -6,8 +6,7 @@ CXX = g++
CXXFLAGS +=-Wall -march=i686 -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -fexceptions
CXXFLAGS +=`allegro-config --cflags release`
-LIBS := -ljgmod `allegro-config --libs release` -lalfont -lguichan \
- -lguichan_allegro
+LIBS := -ljgmod `allegro-config --libs release` -lalfont -lguichan_allegro -lguichan
include file.list