From 8c5d8b52eadff08845d92b45c3fb20d0a9fbf40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Fri, 13 Apr 2012 16:27:34 +0200 Subject: [PATCH] v4l2: ensure autogenerated files are created The tuner marshal and enumtypes are autogenerated, and they need to be created before the compilation of gstv4l2tuner.c This patch adds the automake instruction for ensuring the autogeneration of those files previous the compilation. --- sys/v4l2/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/v4l2/Makefile.am b/sys/v4l2/Makefile.am index f1fe14ba1c..29a32ba674 100644 --- a/sys/v4l2/Makefile.am +++ b/sys/v4l2/Makefile.am @@ -27,6 +27,8 @@ EXTRA_DIST = tuner-marshal.list CLEANFILES = $(built_sources) $(built_headers) +BUILT_SOURCES = $(built_sources) $(built_headers) + include $(top_srcdir)/common/gst-glib-gen.mak libgstvideo4linux2_la_SOURCES = gstv4l2.c \