From 2185d176eaa8bb43ae4c5b0820316f761c7f9e7a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 7 Oct 2012 19:01:59 +0000 Subject: move test GUIs to the examples folder so that they are easy to find in the standard way svn path=/trunk/externals/pduino/; revision=16348 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3a6a4d..3ae7f04 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SOURCES = PDOBJECTS = arduino.pd # example patches and related files, in the 'examples' subfolder -EXAMPLES = LED-lighting-fade.pd simple_input.pd +EXAMPLES = LED-lighting-fade.pd simple_input.pd arduinomega-test.pd arduino-test.pd wiring-test.pd # manuals and related files, in the 'manual' subfolder MANUAL = @@ -22,7 +22,7 @@ MANUAL = # list them here. This can be anything from header files, test patches, # documentation, etc. README.txt and LICENSE.txt are required and therefore # automatically included -EXTRA_DIST = arduinomega-test.pd arduino-stress-test.pd arduino-test.pd +EXTRA_DIST = arduino-stress-test.pd # unit tests and related files here, in the 'unittests' subfolder UNITTESTS = -- cgit v1.2.1