X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/0b75463fed40851e872ddb495ed679a62ff7ed20..b78b8ee1aaf32d6df2405c014c9a86fc263b6290:/clients/Makefile.am diff --git a/clients/Makefile.am b/clients/Makefile.am index 784ed95..b49961e 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -34,8 +34,10 @@ disorderfm_SOURCES=disorderfm.c \ 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_SOURCES=playrtp.c playrtp.h playrtp-mem.c \ + playrtp-alsa.c playrtp-coreaudio.c playrtp-oss.c +disorder_playrtp_LDADD=$(LIBOBJS) ../lib/libdisorder.a \ + $(LIBASOUND) $(COREAUDIO) disorder_playrtp_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.a filename_bytes_SOURCES=filename-bytes.c @@ -56,6 +58,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: