summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-11 03:08:01 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-11 03:08:01 +0100
commit9590df3c2ec17c9dee0740aa605a591a10d8d94a (patch)
tree64c3441fea5c82bbf2428e06ba4edd843eaf61be /sys
parentdbad1d424ab8511c01e31988de0b967c4ed5e233 (diff)
v4l2: fix make distcheck by disting some more headers
Diffstat (limited to 'sys')
-rw-r--r--sys/v4l2/Makefile.am15
1 files changed, 11 insertions, 4 deletions
diff --git a/sys/v4l2/Makefile.am b/sys/v4l2/Makefile.am
index cf972cc2..e655bcb8 100644
--- a/sys/v4l2/Makefile.am
+++ b/sys/v4l2/Makefile.am
@@ -40,7 +40,14 @@ libgstvideo4linux2_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
$(LIBV4L2_LIBS) \
$(GUDEV_LIBS)
-noinst_HEADERS = gstv4l2object.h v4l2_calls.h \
- gstv4l2src.h v4l2src_calls.h \
- gstv4l2tuner.h gstv4l2xoverlay.h \
- gstv4l2colorbalance.h gstv4l2vidorient.h
+noinst_HEADERS = \
+ gstv4l2bufferpool.h \
+ gstv4l2colorbalance.h \
+ gstv4l2object.h \
+ gstv4l2sink.h \
+ gstv4l2src.h \
+ gstv4l2tuner.h \
+ gstv4l2vidorient.h \
+ gstv4l2xoverlay.h \
+ v4l2_calls.h \
+ v4l2src_calls.h