diff options
author | portix <portix@gmx.net> | 2013-05-25 09:20:51 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-05-25 09:20:51 +0200 |
commit | c198e9071cc1c1e23117ab0183c366b9a8d223ed (patch) | |
tree | 02297a4d50b1ad90d638033b06d2579bbbeecf7b | |
parent | c69e858b8de9096cd959e653c74667fe8f6390f2 (diff) | |
parent | f6eff78601c875b0fd5de13e7022ab518f559b16 (diff) | |
download | dwb-c198e9071cc1c1e23117ab0183c366b9a8d223ed.zip |
Merge branch 'master' of bitbucket.org:portix/dwb
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ CFLAGS += -DLIBJS_DIR=\"$(LIBJSDIR)\" # LDFLAGS LDFLAGS += $(shell pkg-config --libs $(LIBS)) -LDFLAGS += -lpthread +LDFLAGS += -lpthread -lm # Debug flags DCFLAGS = $(CFLAGS) |