From ba78989734edba8d619cb0f92f13b3bd4e310b65 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 22 Sep 2007 11:25:10 +0100 Subject: [PATCH] help/version checks Organization: Straylight/Edgeware From: Richard Kettlewell --- clients/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clients/Makefile.am b/clients/Makefile.am index a55c7a2..e2f5ec9 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -57,6 +57,10 @@ check-help: all ./disorder --version > /dev/null ./disorder --help > /dev/null ./disorder --help-commands > /dev/null + ./disorderfm --version > /dev/null + ./disorderfm --help > /dev/null + ./disorder-playrtp --version > /dev/null + ./disorder-playrtp --help > /dev/null # check that the command completions are up to date check-completions: -- [mdw]