view examples/Makefile.am @ 176:f94410db4014

Initialise ooura struct with right amount of memory for ooura FFT. Fixes #11
author Jamie Bullock <jamie@jamiebullock.com>
date Wed, 19 Jun 2013 15:30:04 -0700
parents ee2e1acbf2a8
children
line wrap: on
line source
MAINTAINERCLEANFILES = Makefile.in 

if BUILD_PD_EXAMPLE 
PUREDATA_DIR = puredata
endif

if BUILD_SIMPLETEST
SIMPLETEST_DIR = simpletest
endif

SUBDIRS = $(PUREDATA_DIR) $(SIMPLETEST_DIR)