Add missing filter.h to build system
authorJohn Koleszar <jkoleszar@google.com>
Wed, 9 Mar 2011 18:43:31 +0000 (13:43 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 9 Mar 2011 18:43:31 +0000 (13:43 -0500)
Missing file causes 'make dist' to not include a complete copy of the
source.

Change-Id: I3f55aeb5a86d0e81234e4e4588cb8086ba4cfc4a

vp8/vp8_common.mk

index 4daadee..ba9caa7 100644 (file)
@@ -24,6 +24,7 @@ VP8_COMMON_SRCS-yes += common/entropymode.c
 VP8_COMMON_SRCS-yes += common/entropymv.c
 VP8_COMMON_SRCS-yes += common/extend.c
 VP8_COMMON_SRCS-yes += common/filter.c
+VP8_COMMON_SRCS-yes += common/filter.h
 VP8_COMMON_SRCS-yes += common/findnearmv.c
 VP8_COMMON_SRCS-yes += common/generic/systemdependent.c
 VP8_COMMON_SRCS-yes += common/idctllm.c