From 7f3cae6757bbbbee391301f36e2ef9dfcd7ffb51 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 29 Apr 2008 10:04:46 +0200 Subject: [PATCH] src/Makefile.am: use nobase_ to simplify headers installation --- src/Makefile.am | 34 ++++++++-------------------------- 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 75adb933..52602c81 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,53 +2,35 @@ noinst_HEADERS = \ aubio_priv.h \ temporal/filter_priv.h -pkginclude_HEADERS = aubio.h \ +nobase_pkginclude_HEADERS = \ + aubio.h \ types.h \ fvec.h \ lvec.h \ cvec.h \ - mathutils.h - -pkgincludeutilsdir = $(pkgincludedir)/utils -pkgincludetemporaldir = $(pkgincludedir)/temporal -pkgincludespectraldir = $(pkgincludedir)/spectral -pkgincludepitchdir = $(pkgincludedir)/pitch -pkgincludeonsetdir = $(pkgincludedir)/onset -pkgincludetempodir = $(pkgincludedir)/tempo - -pkgincludeutils_HEADERS = \ + mathutils.h \ utils/hist.h \ - utils/scale.h - -pkgincludetemporal_HEADERS = \ + utils/scale.h \ temporal/resample.h \ temporal/biquad.h \ temporal/filter.h \ temporal/adesign.h \ - temporal/cdesign.h - -pkgincludespectral_HEADERS = \ + temporal/cdesign.h \ spectral/filterbank.h \ spectral/mfcc.h \ spectral/phasevoc.h \ spectral/fft.h \ spectral/tss.h \ - spectral/spectral_centroid.h - -pkgincludepitch_HEADERS = \ + spectral/spectral_centroid.h \ pitch/pitchdetection.h \ pitch/pitchmcomb.h \ pitch/pitchyin.h \ pitch/pitchschmitt.h \ pitch/pitchfcomb.h \ - pitch/pitchyinfft.h - -pkgincludeonset_HEADERS = \ + pitch/pitchyinfft.h \ onset/onset.h \ onset/onsetdetection.h \ - onset/peakpick.h - -pkgincludetempo_HEADERS = \ + onset/peakpick.h \ tempo/tempo.h \ tempo/beattracking.h -- 2.26.2