summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-11-03 16:16:05 +0530
committerArun Raghavan <git@arunraghavan.net>2015-11-04 13:11:30 +0530
commitff94c386cac8e833bbbb4bd191cd26fa6d65cf70 (patch)
treeed64e05c3000377cc93d0b8373527898bd082eea
parent1cba3b05b9069074cd9759e485f6b38decdd450b (diff)
build: Install trace.h to allow clients access to the Trace API
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ba6d5af..c5f2304 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,4 +13,5 @@ nobase_webrtcinclude_HEADERS = webrtc/base/arraysize.h \
webrtc/typedefs.h \
webrtc/modules/audio_processing/beamformer/array_util.h \
webrtc/modules/audio_processing/include/audio_processing.h \
- webrtc/modules/interface/module_common_types.h
+ webrtc/modules/interface/module_common_types.h \
+ webrtc/system_wrappers/interface/trace.h