include CHANGELOG in CODEC_SRCS
authorJohann <johannkoenig@google.com>
Tue, 6 Mar 2012 00:36:23 +0000 (16:36 -0800)
committerJohann <johannkoenig@google.com>
Tue, 6 Mar 2012 00:36:23 +0000 (16:36 -0800)
build/make/version.sh requires CHANGELOG to generate vpx_version.h
The file is already included when building the documentation. However,
documentation is not build if doxygen/php are not present.

This is necessary when using '--enable-install-srcs --enable-codec-srcs'
and 'make dist'

Change-Id: Icada883a056a4713d24934ea44e0f6969b68f9c2

libs.mk

diff --git a/libs.mk b/libs.mk
index da92001..7e51b31 100644 (file)
--- a/libs.mk
+++ b/libs.mk
@@ -17,6 +17,7 @@ else
   ASM:=.asm
 endif
 
+CODEC_SRCS-yes += CHANGELOG
 CODEC_SRCS-yes += libs.mk
 
 include $(SRC_PATH_BARE)/vpx/vpx_codec.mk