]> git.sur5r.net Git - i3/i3status/blobdiff - Makefile
Volume percentage should be obtained by float division and rounded to int.
[i3/i3status] / Makefile
index 5667c0d6a16323d8a6fdde345bb6e73a5606e1df..dca4f71be6b5fa047254bec1ad373844e0648b25 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ CFLAGS+=-Iinclude
 LIBS+=-lconfuse
 LIBS+=-lyajl
 LIBS+=-lpulse
+LIBS+=-lm
 
 VERSION:=$(shell git describe --tags --abbrev=0)
 GIT_VERSION:="$(shell git describe --tags --always) ($(shell git log --pretty=format:%cd --date=short -n1))"