From b927627beb3a3fbc8d2aa238ee47d8d0727a4a33 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 27 Jun 2013 11:12:54 +0200 Subject: [PATCH] build: fix make dist. Signed-off-by: Gwenole Beauchesne --- configure.ac | 3 --- va/Makefile.am | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f183f0f..5dc236b 100644 --- a/configure.ac +++ b/configure.ac @@ -329,9 +329,6 @@ debian.upstream/libva-x11.install.in test/decode/Makefile test/encode/Makefile test/putsurface/Makefile - test/v4l_h264/Makefile - test/v4l_h264/decode/Makefile - test/v4l_h264/encode/Makefile test/vainfo/Makefile va/Makefile va/drm/Makefile diff --git a/va/Makefile.am b/va/Makefile.am index ba429fa..e08ccea 100644 --- a/va/Makefile.am +++ b/va/Makefile.am @@ -135,5 +135,6 @@ DISTCLEANFILES = \ $(NULL) EXTRA_DIST = \ + libva.syms \ va_version.h.in \ $(NULL) -- 2.7.4