diff options
author | Michael Stapelberg | 2015-04-03 14:45:40 -0700 |
---|---|---|
committer | Michael Stapelberg | 2015-04-03 14:45:40 -0700 |
commit | 9abe0a9d593548c021c1ab8c3548578bdd58ee32 (patch) | |
tree | 4e38a3eb94ad40e0b34838f3664645007535b9f4 /Makefile | |
parent | Merge pull request #17 from chrko/format_down (diff) | |
parent | PulseAudio support for volume input (diff) |
Merge pull request #7 from Watcom/master
PulseAudio support for volume input
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))" |