v4l2: ensure autogenerated files are created
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 13 Apr 2012 14:27:34 +0000 (16:27 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 13 Apr 2012 15:13:22 +0000 (17:13 +0200)
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

index f1fe14ba1c23e0130ace5f1f4f11b88666144656..29a32ba674844ea3adc7c5424087efc5fa6dd2c3 100644 (file)
@@ -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 \