view examples/Makefile.am @ 122:571c53e87dbd

- fixed typos in *result initialisation potentially fixing horrible bug
author Jamie Bullock <jamie@postlude.co.uk>
date Wed, 30 Mar 2011 10:05:07 +0000
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)