view examples/Makefile.am @ 185:03f1045e1911

Add noise test source to simpletest. Add xtract_flux() example to simpletest
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 16 Jul 2013 20:52:45 +0100
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)