projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0347c96
)
Fixed missed linking to libm (#18).
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 27 May 2013 12:15:04 +0000
(14:15 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 27 May 2013 12:15:04 +0000
(14:15 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
5224909
..
62024a6
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-34,7
+34,7
@@
CFLAGS += -Wmissing-parameter-type
CFLAGS += -Wno-overlength-strings
#CFLAGS += -Wstrict-prototypes
-LDFLAGS += $(shell pkg-config --libs $(LIBS)) -lX11 -lXext
+LDFLAGS += $(shell pkg-config --libs $(LIBS)) -lX11 -lXext
-lm
# features
CPPFLAGS += -DFEATURE_COOKIE