view examples/Makefile.am @ 242:d2453f55c470

Fix bug in xtract_last_n()
author Jamie Bullock <jamie@jamiebullock.com>
date Thu, 05 Jun 2014 20:31:06 +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)