build: Fix distcheck

This commit is contained in:
Arun Raghavan 2015-10-15 12:52:06 +05:30
parent 98454ed265
commit 9d68f7efef
3 changed files with 8 additions and 0 deletions

View File

@ -1 +1,4 @@
SUBDIRS = audio_coding audio_processing
EXTRA_DIST = interface/module_common_types.h \
utility/interface/audio_frame_operations.h

View File

@ -17,6 +17,7 @@ libwebrtc_audio_processing_la_SOURCES = include/audio_processing.h \
aecm/aecm_core.c \
aecm/aecm_core.h \
aecm/aecm_core_c.c \
aecm/aecm_defines.h \
agc/legacy/analog_agc.c \
agc/legacy/analog_agc.h \
agc/legacy/gain_control.h \

View File

@ -2,7 +2,9 @@ noinst_LTLIBRARIES = libsystem_wrappers.la
noinst_HEADERS = interface/aligned_array.h \
interface/compile_assert_c.h \
interface/event_wrapper.h \
interface/scoped_vector.h \
interface/static_instance.h \
interface/stl_util.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/logging.h \
interface/metrics.h \
interface/rw_lock_wrapper.h \
interface/sleep.h \
interface/thread_wrapper.h \
interface/trace.h \
source/aligned_malloc.cc \
source/cpu_features.cc \