build: Fix distcheck
This commit is contained in:
parent
98454ed265
commit
9d68f7efef
@ -1 +1,4 @@
|
|||||||
SUBDIRS = audio_coding audio_processing
|
SUBDIRS = audio_coding audio_processing
|
||||||
|
|
||||||
|
EXTRA_DIST = interface/module_common_types.h \
|
||||||
|
utility/interface/audio_frame_operations.h
|
||||||
|
@ -17,6 +17,7 @@ libwebrtc_audio_processing_la_SOURCES = include/audio_processing.h \
|
|||||||
aecm/aecm_core.c \
|
aecm/aecm_core.c \
|
||||||
aecm/aecm_core.h \
|
aecm/aecm_core.h \
|
||||||
aecm/aecm_core_c.c \
|
aecm/aecm_core_c.c \
|
||||||
|
aecm/aecm_defines.h \
|
||||||
agc/legacy/analog_agc.c \
|
agc/legacy/analog_agc.c \
|
||||||
agc/legacy/analog_agc.h \
|
agc/legacy/analog_agc.h \
|
||||||
agc/legacy/gain_control.h \
|
agc/legacy/gain_control.h \
|
||||||
|
@ -2,7 +2,9 @@ noinst_LTLIBRARIES = libsystem_wrappers.la
|
|||||||
|
|
||||||
noinst_HEADERS = interface/aligned_array.h \
|
noinst_HEADERS = interface/aligned_array.h \
|
||||||
interface/compile_assert_c.h \
|
interface/compile_assert_c.h \
|
||||||
|
interface/event_wrapper.h \
|
||||||
interface/scoped_vector.h \
|
interface/scoped_vector.h \
|
||||||
|
interface/static_instance.h \
|
||||||
interface/stl_util.h
|
interface/stl_util.h
|
||||||
|
|
||||||
libsystem_wrappers_la_SOURCES = interface/aligned_malloc.h \
|
libsystem_wrappers_la_SOURCES = interface/aligned_malloc.h \
|
||||||
@ -11,7 +13,9 @@ libsystem_wrappers_la_SOURCES = interface/aligned_malloc.h \
|
|||||||
interface/file_wrapper.h \
|
interface/file_wrapper.h \
|
||||||
interface/logging.h \
|
interface/logging.h \
|
||||||
interface/metrics.h \
|
interface/metrics.h \
|
||||||
|
interface/rw_lock_wrapper.h \
|
||||||
interface/sleep.h \
|
interface/sleep.h \
|
||||||
|
interface/thread_wrapper.h \
|
||||||
interface/trace.h \
|
interface/trace.h \
|
||||||
source/aligned_malloc.cc \
|
source/aligned_malloc.cc \
|
||||||
source/cpu_features.cc \
|
source/cpu_features.cc \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user