From 611e863ace93c18a71697bb9a3f8ffa18f03da6d Mon Sep 17 00:00:00 2001 From: Jakub Klinkovský Date: Mon, 12 Oct 2015 09:44:13 +0200 Subject: Volume percentage should be obtained by float division and rounded to int. Fixes #75 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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))" -- cgit v1.2.3