summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-03-15 10:08:55 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-03-15 10:08:55 -0400
commita3aa13fb710b80c4c70d01c01cf95ac03f3a2f5c (patch)
treeb50a89fd11fcea7f1d76bd0bea497f49c9aaee67
parentd6711cb7718bb79ba81ce617386d1c2fb4049fdb (diff)
Link with -lmHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b8fb34..5c6a4c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CFLAGS = -Wall -g
CPPFLAGS = $(shell pkg-config --cflags gtk+-2.0 cairo gconf-2.0)
-LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo gconf-2.0)
+LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo gconf-2.0) -lm
LDFLAGS = -g
GCONFTOOL = gconftool-2