diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-12-19 17:07:33 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-12-19 17:07:33 +0000 |
commit | cbdcd71c294fba40cc172b9bc55f528a34e0528f (patch) | |
tree | b7d6d8dc08925f618d19ed203610da9cbf399bde /makefile.static | |
parent | b5eb7cc46994a62932c608f8cc7cda02ccf46718 (diff) | |
download | mana-client-cbdcd71c294fba40cc172b9bc55f528a34e0528f.tar.gz mana-client-cbdcd71c294fba40cc172b9bc55f528a34e0528f.tar.bz2 mana-client-cbdcd71c294fba40cc172b9bc55f528a34e0528f.tar.xz mana-client-cbdcd71c294fba40cc172b9bc55f528a34e0528f.zip |
removed alfont usage (obsolete dependency now)
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 f800934e..888ad24e 100644 --- a/makefile.static +++ b/makefile.static @@ -6,7 +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_allegro -lguichan +LIBS := -ljgmod `allegro-config --libs release` -lguichan_allegro -lguichan include file.list |