X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..b061950146f73c9fde005df8969f8c6e0e9b2a64:/clients/Makefile.am?ds=sidebyside diff --git a/clients/Makefile.am b/clients/Makefile.am index f762799..86f0d48 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -17,7 +17,7 @@ # bin_PROGRAMS=disorder disorderfm disorder-playrtp -noinst_PROGRAMS=filename-bytes +noinst_PROGRAMS=filename-bytes rtpmon noinst_SCRIPTS=dump2wav AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib @@ -25,7 +25,7 @@ AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib disorder_SOURCES=disorder.c authorize.c authorize.h \ ../lib/memgc.c disorder_LDADD=$(LIBOBJS) ../lib/libdisorder.a \ - $(LIBGC) $(LIBGCRYPT) $(LIBPCRE) $(LIBDB) + $(LIBGC) $(LIBGCRYPT) $(LIBPCRE) $(LIBDB) $(LIBPTHREAD) disorder_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.a disorderfm_SOURCES=disorderfm.c \ @@ -33,13 +33,15 @@ disorderfm_SOURCES=disorderfm.c \ disorderfm_LDADD=$(LIBOBJS) ../lib/libdisorder.a $(LIBGC) $(LIBICONV) disorderfm_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.a -disorder_playrtp_SOURCES=playrtp.c playrtp.h playrtp-mem.c \ - playrtp-alsa.c playrtp-coreaudio.c playrtp-oss.c +disorder_playrtp_SOURCES=playrtp.c playrtp.h playrtp-mem.c disorder_playrtp_LDADD=$(LIBOBJS) ../lib/libdisorder.a \ $(LIBASOUND) $(LIBPCRE) $(LIBICONV) $(LIBGCRYPT) $(COREAUDIO) \ - $(LIBDB) $(LIBPTHREAD) + $(LIBDB) $(LIBPTHREAD) -lm disorder_playrtp_DEPENDENCIES=$(LIBOBJS) ../lib/libdisorder.a +rtpmon_SOURCES=rtpmon.c +rtpmon_LDADD=$(LIBOBJS) ../lib/libdisorder.a + filename_bytes_SOURCES=filename-bytes.c install-exec-hook: @@ -75,6 +77,7 @@ check-completions: disorder | sort > ,completions diff -u ,commands ,completions -CLEANFILES=,commands ,completions +CLEANFILES=,commands ,completions \ + *.gcda *.gcov *.gcno *.c.html index.html EXTRA_DIST=dump2wav