]> git.sur5r.net Git - i3/i3status/blobdiff - Makefile
PulseAudio support for volume input
[i3/i3status] / Makefile
index 625b5220cf678e7014b250f1c5584728f4535076..d357b41cbef2059e3df3001d406d319b1a62ef9b 100644 (file)
--- 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))"