X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/443e4c7ce400d3f2fe0c04984bafae8ea0dae964..929f577e4845639606f0d0297f5b4fff51032051:/clients/Makefile.am?ds=sidebyside diff --git a/clients/Makefile.am b/clients/Makefile.am index 1817f15..91afc1c 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -17,7 +17,7 @@ # bin_PROGRAMS=disorder disorderfm disorder-playrtp -noinst_PROGRAMS=filename-bytes rtpmon +noinst_PROGRAMS=filename-bytes rtpmon resample noinst_SCRIPTS=dump2wav AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib @@ -44,6 +44,9 @@ rtpmon_LDADD=$(LIBOBJS) ../lib/libdisorder.a filename_bytes_SOURCES=filename-bytes.c +resample_SOURCES=resample.c +resample_LDADD=$(LIBOBJS) ../lib/libdisorder.a $(LIBSAMPLERATE) + install-exec-hook: $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)