summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWatcom Hecht <watcom.hecht@gmail.com>2015-03-11 13:29:32 -0300
committerWatcom Hecht <watcom.hecht@gmail.com>2015-04-03 17:57:40 -0300
commit1710c206cf82330815b6db82316eb422f8be5370 (patch)
tree4c88b35c692ede73e01d2024184aa2d802553824 /Makefile
parent40d29483c0f7f07645c124fdd76be100c11db4e5 (diff)
PulseAudio support for volume input
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 625b522..d357b41 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ CPPFLAGS+=-DVERSION=\"${GIT_VERSION}\"
CFLAGS+=-Iinclude
LIBS+=-lconfuse
LIBS+=-lyajl
+LIBS+=-lpulse
VERSION:=$(shell git describe --tags --abbrev=0)
GIT_VERSION:="$(shell git describe --tags --always) ($(shell git log --pretty=format:%cd --date=short -n1))"