audio: Fix distcheck

Don't forget to dist the needed files (which don't need to be installed)
This commit is contained in:
Edward Hervey 2016-03-29 08:21:54 +02:00
parent 19f7d9ca46
commit de2ded9557

View file

@ -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)