build: declare real built files
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 24 Sep 2015 10:35:44 +0000 (10:35 +0000)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 18 Nov 2015 19:56:44 +0000 (20:56 +0100)
commitfc8a0d121c157720ae25b684f28e909e79d56e24
tree2f23ae3405cf64ee92b1aa4b06184e7c2574883a
parenta24918037d3d3638ad785bde2a334e29d2a656a1
build: declare real built files

When runnig the `make dist` target from a clean tree, it fails because
if could not find the copied files from codecparsers submodule.

They weren't copied because they weren't declared as built sources.

This patch removes the stamp mechanism and use the actual file list to copy
as the built sources. Also it fixes the duplication of the parser files.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
https://bugzilla.gnome.org/show_bug.cgi?id=755525
gst/vaapi/Makefile.am