summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2015-10-12 11:29:52 -0700
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2015-10-12 11:29:52 -0700
commitdc94d6cba8112fa908eaf6de5354a17670f62545 (patch)
treed2461fb6d513fb281347297a39599bef6fc72c10 /Makefile
parent1935110ef3c93072f49e5bfc8ee225206453415f (diff)
parent611e863ace93c18a71697bb9a3f8ffa18f03da6d (diff)
Merge pull request #76 from lahwaacz/volume_fix
Volume percentage should be obtained by float division and rounded to int
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5667c0d..dca4f71 100644
--- 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))"