From 9808cff566b642abb79db6facbbafe30ae1b6262 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 15 Dec 2015 14:27:22 -0500 Subject: [PATCH] vpx: Add missing headers in Makefile.am This fixes distcheck. https://bugzilla.gnome.org/show_bug.cgi?id=755510 --- ext/vpx/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ext/vpx/Makefile.am b/ext/vpx/Makefile.am index 2c7014f..4453fc0 100644 --- a/ext/vpx/Makefile.am +++ b/ext/vpx/Makefile.am @@ -2,8 +2,8 @@ plugin_LTLIBRARIES = \ libgstvpx.la libgstvpx_la_SOURCES = \ - gstvpxdec.c \ - gstvpxenc.c \ + gstvpxdec.c \ + gstvpxenc.c \ gstvp8dec.c \ gstvp8enc.c \ gstvp8utils.c \ @@ -24,6 +24,8 @@ libgstvpx_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstvpx_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = \ + gstvpxdec.h \ + gstvpxenc.h \ gstvp8dec.h \ gstvp8enc.h \ gstvp9dec.h \ -- 2.7.4