This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: buildsystem: Add missing files to extra distribution list
Author:  Gregor Jasny <[email protected]>
Date:    Sat Sep 19 20:51:55 2015 +0200

Signed-off-by: Gregor Jasny <[email protected]>

 Makefile.am                   |    3 ++-
 contrib/Makefile.am           |    1 +
 contrib/gconv/Makefile.am     |    1 +
 lib/Makefile.am               |    2 ++
 lib/libv4l2/Makefile.am       |    2 ++
 lib/libv4lconvert/Makefile.am |    1 +
 utils/keytable/Makefile.am    |    2 +-
 7 files changed, 10 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=6ff382ab52b25afdfdb8d91b6695155b284f8755

diff --git a/Makefile.am b/Makefile.am
index 1a61592..3c05e57 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,8 @@ if WITH_V4LUTILS
 SUBDIRS += utils contrib
 endif
 
-EXTRA_DIST = android-config.h doxygen_libdvbv5.cfg include COPYING.libv4l 
README.libv4l README.lib-multi-threading TODO.libdvbv5 \
+EXTRA_DIST = android-config.h bootstrap.sh doxygen_libdvbv5.cfg include 
COPYING.libv4l \
+        README.libv4l README.lib-multi-threading TODO.libdvbv5 \
         doc/libdvbv5-index.doc
 
 include $(top_srcdir)/aminclude.am
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 1696bdd..447ecab 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -19,6 +19,7 @@ EXTRA_DIST = \
        usbmon2usbsnoop.pl \
        v4l_rec.pl \
        \
+       af9035 \
        au0828 \
        cobalt \
        az6007 \
diff --git a/contrib/gconv/Makefile.am b/contrib/gconv/Makefile.am
index 0cdbb76..0e89f5b 100644
--- a/contrib/gconv/Makefile.am
+++ b/contrib/gconv/Makefile.am
@@ -14,3 +14,4 @@ ARIB_STD_B24_la_LDFLAGS = $(gconv_ldflags) -L@gconvsysdir@ -R 
@gconvsysdir@ -lJI
 EN300_468_TAB00_la_SOURCES = en300-468-tab00.c
 EN300_468_TAB00_la_LDFLAGS = $(gconv_ldflags)
 
+EXTRA_DIST = $(gconv_base_sources) $(gconv_DATA) gconv.map
diff --git a/lib/Makefile.am b/lib/Makefile.am
index ee0c3c5..351c7d3 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -9,3 +9,5 @@ if LINUX_OS
 SUBDIRS += \
        libdvbv5
 endif
+
+EXTRA_DIST = Android.mk
diff --git a/lib/libv4l2/Makefile.am b/lib/libv4l2/Makefile.am
index c60f89b..b6f4d3b 100644
--- a/lib/libv4l2/Makefile.am
+++ b/lib/libv4l2/Makefile.am
@@ -24,3 +24,5 @@ v4l2convert_la_SOURCES = v4l2convert.c
 v4l2convert_la_LIBADD = libv4l2.la
 v4l2convert_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
 v4l2convert_la_LIBTOOLFLAGS = --tag=disable-static
+
+EXTRA_DIST = Android.mk v4l2-plugin-android.c
diff --git a/lib/libv4lconvert/Makefile.am b/lib/libv4lconvert/Makefile.am
index 1bddfb9..5c8a1cf 100644
--- a/lib/libv4lconvert/Makefile.am
+++ b/lib/libv4lconvert/Makefile.am
@@ -28,3 +28,4 @@ ov511_decomp_SOURCES = ov511-decomp.c
 
 ov518_decomp_SOURCES = ov518-decomp.c
 
+EXTRA_DIST = Android.mk
diff --git a/utils/keytable/Makefile.am b/utils/keytable/Makefile.am
index f6a0773..925c8ea 100644
--- a/utils/keytable/Makefile.am
+++ b/utils/keytable/Makefile.am
@@ -7,7 +7,7 @@ udevrules_DATA = 70-infrared.rules
 ir_keytable_SOURCES = keytable.c parse.h
 ir_keytable_LDFLAGS = $(ARGP_LIBS)
 
-EXTRA_DIST = 70-infrared.rules rc_keymaps gen_keytables.pl ir-keytable.1 
rc_maps.cfg
+EXTRA_DIST = 70-infrared.rules rc_keymaps rc_keymaps_userspace 
gen_keytables.pl ir-keytable.1 rc_maps.cfg
 
 # custom target
 install-data-local:

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to