From: Johann Date: Tue, 6 Mar 2012 00:36:23 +0000 (-0800) Subject: include CHANGELOG in CODEC_SRCS X-Git-Tag: v1.1.0~65^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d88a82aa0b42af9ff6041e46b6ec0454e9b9a7a;p=libvpx 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 --- diff --git a/libs.mk b/libs.mk index da92001a7..7e51b31c9 100644 --- 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