Ignore:
Timestamp:
Nov 6, 2005, 1:10:41 PM (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:
091b171
Parents:
f41f5c4
Message:

rewrite of the puredata external
rewrite of the puredata external

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/Makefile.am

    rf41f5c4 rcf83555  
    1212
    1313# Automake won't accept something ending in ".pd_linux" as a library
    14 pdinstall_PROGRAMS = aubioonset~.pd_linux
     14pdinstall_PROGRAMS = aubio.pd_linux
    1515
    16 aubioonset__pd_linux_SOURCES = \
    17         aubioonset~.c
     16aubio_pd_linux_SOURCES = \
     17        aubio_setup.c \
     18        aubioonset~.c \
     19        aubiotempo~.c \
     20        aubiotss~.c \
     21        aubioquiet~.c
    1822
    1923pdincludedir = $(pddir)/src
Note: See TracChangeset for help on using the changeset viewer.