view examples/Makefile.am @ 157:b25e9878c55a

fix for automake 1.13
author Felix Yan <felixonmars@gmail.com>
date Fri, 08 Feb 2013 19:50:27 +0800
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)