summaryrefslogtreecommitdiff
blob: fbbb704a6a30f683e7c0e571b6a15a4c31d9e17e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Makefile.am.old	2011-06-14 21:44:40.242317771 +0200
+++ b/Makefile.am	2011-06-14 21:44:49.216882568 +0200
@@ -17,7 +17,7 @@
 nodist_pengupop_SOURCES = images.h
 
 if LINUX
-pengupop_LDADD = -lSDL -lz
+pengupop_LDADD = -lSDL -lz -lm
 
 endif
 if WIN32
@@ -25,7 +25,7 @@
 endif
 if DARWIN
 pengupop_LDFLAGS = -framework Carbon -framework CoreServices -framework AudioUnit -framework QuickTime -framework Cocoa -framework IOKit -framework OpenGL -framework SDL SDLMain.m
-pengupop_LDADD = -lz -lstdc++
+pengupop_LDADD = -lz -lstdc++ -lm
 
 all-local: Pengupop.dmg