annotate examples/Makefile.am @ 41:afb9e6fee244

Changes to xtract_inharmonicity - made parameters consistent with other xtractors that use peak spectrum. Fixed memory alloc bug in pd example.
author Jamie Bullock <jamie@postlude.co.uk>
date Mon, 11 Dec 2006 17:57:27 +0000
parents a9154a4599c2
children ee2e1acbf2a8
rev   line source
jamie@17 1 if BUILD_PD_EXAMPLE
jamie@29 2 PUREDATA_DIR = puredata
jamie@17 3 endif
jamie@17 4
jamie@29 5 if BUILD_SIMPLETEST
jamie@29 6 SIMPLETEST_DIR = simpletest
jamie@29 7 endif
jamie@29 8
jamie@29 9 SUBDIRS = $(PUREDATA_DIR) $(SIMPLETEST_DIR)