X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a4766caa48b06b06edbe100f8bc17db721bb0efa..868adf2314b4ffb258bb5e4d30238a86f65d5725:/clients/Makefile.am diff --git a/clients/Makefile.am b/clients/Makefile.am index b0d0c00..91afc1c 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -1,6 +1,6 @@ # # This file is part of DisOrder. -# Copyright (C) 2006-2008 Richard Kettlewell +# Copyright (C) 2006-2009 Richard Kettlewell # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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)