Switch to side-by-side view

--- a/Makefile.am
+++ b/Makefile.am
@@ -177,5 +177,7 @@
 
 dist-hook:
 	rm -rf rdpl2stream/__pycache__/
-	test -z "`git status -s | grep -v upmpdcli-$(VERSION)| grep -v rdpl2stream.tar.gz`"
+	test -z "`git status -s | grep -v upmpdcli-${VERSION} | \
+                     grep -v rdpl2stream.tar.gz | \
+                     grep -v -- -fixed.cpp`" 
 	git tag -f -a upmpdcli-v$(VERSION) -m 'version $(VERSION)'