X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/0b75463fed40851e872ddb495ed679a62ff7ed20..39492555cd1d64e2f8a3474038f61d28c5c56de5:/clients/Makefile.am diff --git a/clients/Makefile.am b/clients/Makefile.am index 784ed95..e2f5ec9 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -35,7 +35,8 @@ disorderfm_LDADD=$(LIBOBJS) ../lib/libdisorder.a $(LIBGC) $(LIBICONV) disorderfm_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.a disorder_playrtp_SOURCES=playrtp.c -disorder_playrtp_LDADD=$(LIBOBJS) ../lib/libdisorder.a $(LIBASOUND) +disorder_playrtp_LDADD=$(LIBOBJS) ../lib/libdisorder.a \ + $(LIBASOUND) $(COREAUDIO) disorder_playrtp_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.a filename_bytes_SOURCES=filename-bytes.c @@ -56,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: