summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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