diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2015-09-19 20:51:55 +0200 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2015-09-19 21:14:05 +0200 |
commit | 6ff382ab52b25afdfdb8d91b6695155b284f8755 (patch) | |
tree | 49119b0bcf36488d9a802b1d24c2d07e04d2dfb9 | |
parent | 2121cf1dc4097ed1e1902e95503141b17913740a (diff) |
buildsystem: Add missing files to extra distribution list
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | contrib/Makefile.am | 1 | ||||
-rw-r--r-- | contrib/gconv/Makefile.am | 1 | ||||
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-rw-r--r-- | lib/libv4l2/Makefile.am | 2 | ||||
-rw-r--r-- | lib/libv4lconvert/Makefile.am | 1 | ||||
-rw-r--r-- | utils/keytable/Makefile.am | 2 |
7 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1a615921..3c05e57a 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 1696bdd4..447ecab3 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 0cdbb76a..0e89f5bb 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 ee0c3c5f..351c7d3c 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 c60f89b6..b6f4d3b6 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 1bddfb93..5c8a1cf7 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 f6a0773f..925c8ea8 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: |