From ff94c386cac8e833bbbb4bd191cd26fa6d65cf70 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 3 Nov 2015 16:16:05 +0530 Subject: [PATCH] build: Install trace.h to allow clients access to the Trace API --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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