Changeset 0eb4025
- Timestamp:
- Dec 13, 2005, 6:54:34 AM (19 years ago)
- 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
- Location:
- plugins/puredata
- Files:
-
- 2 added
- 1 deleted
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/Makefile.am
r2bd1a2a r0eb4025 10 10 ## Make and install the shared library. 11 11 pdinstalldir = $(pddir)/extra 12 pdinstallrefdir = $(pddir)/doc/5.reference 13 pdinstallexpdir = $(pddir)/doc/aubio 12 14 13 15 # Automake won't accept something ending in ".pd_linux" as a library … … 35 37 ## Install the documentation. 36 38 37 pdinstall_DATA = \ 38 help-aubioonset~.pd 39 pdinstallref_DATA = \ 40 help/help-aubioonset~.pd \ 41 help/help-aubioquiet~.pd \ 42 help/help-aubiotempo~.pd \ 43 help/help-aubiotss~.pd 39 44 45 pdinstallexp_DATA = \ 46 examples/onset-cam.pd 40 47 41 48 ## My kludge
Note: See TracChangeset
for help on using the changeset viewer.