From de2ded95576b4ec54b1125338217089708058f8a Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 29 Mar 2016 08:21:54 +0200 Subject: [PATCH] audio: Fix distcheck Don't forget to dist the needed files (which don't need to be installed) --- gst-libs/gst/audio/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 6b5e881446..e71bfacc1c 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -26,6 +26,8 @@ lib_LTLIBRARIES = \ CLEANFILES = $(BUILT_SOURCES) +EXTRA_DIST += dbesi0.c + libgstaudio_@GST_API_VERSION@_la_SOURCES = \ audio.c \ audio-format.c \ @@ -79,7 +81,9 @@ libgstaudio_@GST_API_VERSION@include_HEADERS = \ nodist_libgstaudio_@GST_API_VERSION@include_HEADERS = \ audio-enumtypes.h -noinst_HEADERS = gstaudioutilsprivate.h +noinst_HEADERS = \ + gstaudioutilsprivate.h \ + audio-resampler-x86.h libgstaudio_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \ $(ORC_CFLAGS)