Changeset 0eb4025 for plugins


Ignore:
Timestamp:
Dec 13, 2005, 6:54:34 AM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
acf2ec07
Parents:
2bd1a2a
Message:

update puredata plugin
update puredata plugin

Location:
plugins/puredata
Files:
2 added
1 deleted
1 edited
3 moved

Legend:

Unmodified
Added
Removed
  • plugins/puredata/Makefile.am

    r2bd1a2a r0eb4025  
    1010## Make and install the shared library.
    1111pdinstalldir = $(pddir)/extra
     12pdinstallrefdir = $(pddir)/doc/5.reference
     13pdinstallexpdir = $(pddir)/doc/aubio
    1214
    1315# Automake won't accept something ending in ".pd_linux" as a library
     
    3537## Install the documentation.
    3638
    37 pdinstall_DATA = \
    38         help-aubioonset~.pd
     39pdinstallref_DATA = \
     40        help/help-aubioonset~.pd \
     41        help/help-aubioquiet~.pd \
     42        help/help-aubiotempo~.pd \
     43        help/help-aubiotss~.pd
    3944
     45pdinstallexp_DATA = \
     46        examples/onset-cam.pd
    4047
    4148## My kludge
Note: See TracChangeset for help on using the changeset viewer.