ref: 5d88a82aa0b42af9ff6041e46b6ec0454e9b9a7a
parent: 87c40b35eb6e10aca53421da45a890039ac94e92
author: Johann <johannkoenig@google.com>
date: Mon Mar 5 11:36:23 EST 2012
include CHANGELOG in CODEC_SRCS 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
--- a/libs.mk
+++ b/libs.mk
@@ -17,6 +17,7 @@
ASM:=.asm
endif
+CODEC_SRCS-yes += CHANGELOG
CODEC_SRCS-yes += libs.mk
include $(SRC_PATH_BARE)/vpx/vpx_codec.mk
--
⑨