Changeset c0063da for src


Ignore:
Timestamp:
Aug 9, 2005, 2:29:48 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:
cdebe31
Parents:
c73268a
Message:

avoid shipping of config.h and use noinst for aubio_priv.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rc73268a rc0063da  
    1 EXTRA_DIST = aubio_priv.h
    2 
     1noinst_HEADERS = aubio_priv.h
    32pkginclude_HEADERS = aubio.h \
    4         config.h \
    53        types.h \
    64        phasevoc.h \
     
    2220        beattracking.h \
    2321        filter.h
     22nodist_pkginclude_HEADERS = config.h
    2423
    2524lib_LTLIBRARIES = libaubio.la
Note: See TracChangeset for help on using the changeset viewer.