diff options
author | Arun Raghavan <git@arunraghavan.net> | 2015-11-03 16:16:40 +0530 |
---|---|---|
committer | Arun Raghavan <git@arunraghavan.net> | 2015-11-04 13:11:30 +0530 |
commit | 5ac4d6aa8a46916694dc46a6f23a5f94c679c2f0 (patch) | |
tree | a563828560913895b4e58570c9b9b3d845362f25 | |
parent | ff94c386cac8e833bbbb4bd191cd26fa6d65cf70 (diff) |
build: Dist ancillary documentation
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c5f2304..68dd995 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,3 +15,7 @@ nobase_webrtcinclude_HEADERS = webrtc/base/arraysize.h \ webrtc/modules/audio_processing/include/audio_processing.h \ webrtc/modules/interface/module_common_types.h \ webrtc/system_wrappers/interface/trace.h + +EXTRA_DIST = NEWS \ + README.md \ + UPDATING.md |