Switch to unified view

a/Makefile.am b/Makefile.am
...
...
52
     src/sc2mpd.cpp \
52
     src/sc2mpd.cpp \
53
     src/wav.cpp \
53
     src/wav.cpp \
54
     src/wav.h \
54
     src/wav.h \
55
     src/workqueue.h
55
     src/workqueue.h
56
     
56
     
57
dist-hook:
58
  test -z "`git status -s | grep -v sc2mpd-$(VERSION)`"
59
  git tag -f -a sc2mpd-v$(VERSION) -m 'version $(VERSION)'