blob: d80e349bf1b1c9784e33cb396c4838f1052926b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/Makefile.in.old 2011-06-22 07:45:05.756127862 +0200
+++ b/src/Makefile.in 2011-06-22 07:46:00.681613957 +0200
@@ -223,7 +223,7 @@
EXTERN_LIBS = `allegro-config --static $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY)
else
LINK_OPTIONS =
- EXTERN_LIBS = `allegro-config --libs $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY)
+ EXTERN_LIBS = `allegro-config --libs $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY) -lm
endif
CONFIG_OPTIONS = \
|