X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/22b9fa74de8e80471a5033ea067d3b360930b91d..b78b8ee1aaf32d6df2405c014c9a86fc263b6290:/clients/Makefile.am diff --git a/clients/Makefile.am b/clients/Makefile.am index e2f5ec9..b49961e 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -34,7 +34,8 @@ 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_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