chiark / gitweb /
distribution fixes
[disorder] / clients / Makefile.am
index 880f86ae5368438f15688c3a694652c9882a558e..16f7437bc93f872191f162fffe0badc4bfd2ec13 100644 (file)
@@ -20,6 +20,7 @@
 
 bin_PROGRAMS=disorder disorderfm disorder-playrtp
 noinst_PROGRAMS=test-eclient filename-bytes
+noinst_SCRIPTS=dump2wav
 
 AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib
 
@@ -53,7 +54,7 @@ install-exec-hook:
 
 check: check-help check-completions
 
-# check everything has working --help
+# check everything has working --help and --version
 check-help: all
        ./disorder --version > /dev/null
        ./disorder --help > /dev/null
@@ -64,7 +65,7 @@ check-help: all
        ./disorder-playrtp --help > /dev/null
 
 # check that the command completions are up to date
-check-completions:
+check-completions: disorder
        ./disorder --help-commands \
                | awk '/^  [a-z]/ { print $$1 }' \
                | sort > ,commands
@@ -82,3 +83,5 @@ check-completions:
        diff -u ,commands ,completions
 
 CLEANFILES=,commands ,completions
+
+EXTRA_DIST=dump2wav