summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2012-03-05 16:36:23 -0800
committerJohann <johannkoenig@google.com>2012-03-05 16:36:23 -0800
commit5d88a82aa0b42af9ff6041e46b6ec0454e9b9a7a (patch)
tree9a875b47e07af82b048ab7e7c4cc35874e40064a
parent87c40b35eb6e10aca53421da45a890039ac94e92 (diff)
downloadlibvpx-5d88a82aa0b42af9ff6041e46b6ec0454e9b9a7a.tar
libvpx-5d88a82aa0b42af9ff6041e46b6ec0454e9b9a7a.tar.gz
libvpx-5d88a82aa0b42af9ff6041e46b6ec0454e9b9a7a.tar.bz2
libvpx-5d88a82aa0b42af9ff6041e46b6ec0454e9b9a7a.zip
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
-rw-r--r--libs.mk1
1 files changed, 1 insertions, 0 deletions
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