summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-05-25 09:20:51 +0200
committerportix <portix@gmx.net>2013-05-25 09:20:51 +0200
commitc198e9071cc1c1e23117ab0183c366b9a8d223ed (patch)
tree02297a4d50b1ad90d638033b06d2579bbbeecf7b
parentc69e858b8de9096cd959e653c74667fe8f6390f2 (diff)
parentf6eff78601c875b0fd5de13e7022ab518f559b16 (diff)
downloaddwb-c198e9071cc1c1e23117ab0183c366b9a8d223ed.zip
Merge branch 'master' of bitbucket.org:portix/dwb
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 9a0d5c86..bf9ba279 100644
--- a/config.mk
+++ b/config.mk
@@ -185,7 +185,7 @@ CFLAGS += -DLIBJS_DIR=\"$(LIBJSDIR)\"
# LDFLAGS
LDFLAGS += $(shell pkg-config --libs $(LIBS))
-LDFLAGS += -lpthread
+LDFLAGS += -lpthread -lm
# Debug flags
DCFLAGS = $(CFLAGS)