diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-21 05:12:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-21 05:12:09 +0000 |
commit | 054b488f08b6d2df9403c2e5fac965403f4783a5 (patch) | |
tree | 495b60c365c25e589b7c675caba9dcfd09fc46f2 /Makefile | |
parent | d34e9a481edc3910f8477e72d09212da320703a3 (diff) |
sorted out all example files into the 'examples' folder
svn path=/trunk/externals/vbap/; revision=14455
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ SOURCES = vbap.c rvbap.c define_loudspeakers.c PDOBJECTS = # example patches and related files, in the 'examples' subfolder -EXAMPLES = graph-to-aziele.pd high.pd playsample~.pd recent.pd vbap-demo.pd vbap-level-config.pd vbapmodule.pd +EXAMPLES = graph-to-aziele.pd high.pd playsample~.pd recent.pd vbap-demo.pd vbap-level-config.pd vbapmodule.pd vbapsnd.pd rvbap-demo.pd vbap.main.pd # manuals and related files, in the 'manual' subfolder MANUAL = @@ -21,7 +21,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 = makefile.irix define_loudspeakers.h max2pd.h vbap.h +EXTRA_DIST = define_loudspeakers.h max2pd.h vbap.h makefile.irix so_locations |