annotate examples/simpletest/Makefile.am @ 78:afb298ce1b4d

Fixes for MSP example, and changed the fundamental estimators so that if they don't get a samplerate 44100 is assumed (I'm not sure if this is a good idea!).
author Jamie Bullock <jamie@postlude.co.uk>
date Sun, 19 Aug 2007 16:54:25 +0000
parents a9154a4599c2
children 4a85175004d9
rev   line source
jamie@29 1 MAINTAINERCLEANFILES = Makefile.in
jamie@29 2
jamie@29 3 noinst_PROGRAMS = simpletest
jamie@29 4 INCLUDES = -I$(top_srcdir)/src
jamie@29 5 simpletest_SOURCES = simpletest.c
jamie@29 6 simpletest_LDADD = ../../src/libxtract.la
jamie@29 7
jamie@29 8