This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: buildsystem: tightened EXTRA_DIST rules Author: Gregor Jasny <[email protected]> Date: Sun Oct 14 14:14:26 2012 +0200 Signed-off-by: Gregor Jasny <[email protected]> Makefile.am | 2 +- contrib/Makefile.am | 18 ++++++++++++++++++ contrib/freebsd/Makefile.am | 5 +++++ 3 files changed, 24 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=5863edcd96b5a6306c376b76ea7d44d0ae99a52c diff --git a/Makefile.am b/Makefile.am index 3a1fef1..32582f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ if WITH_V4LUTILS SUBDIRS += utils contrib endif -EXTRA_DIST = contrib include README.lib README.lib-multi-threading +EXTRA_DIST = include README.lib README.lib-multi-threading # custom targets diff --git a/contrib/Makefile.am b/contrib/Makefile.am index fb6d9b2..6ca74d7 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,4 +1,22 @@ if LINUX_OS SUBDIRS = test +else +SUBDIRS = freebsd endif +EXTRA_DIST = \ + parse-sniffusb2.pl \ + parse_tcpdump_log.pl \ + parse-usbsnoop.php \ + v4l_rec.pl \ + \ + az6007 \ + cx231xx \ + cx25821 \ + em28xx \ + pci_traffic \ + qv4l2-qt3 \ + saa7134 \ + sn9c201 \ + tm6000 \ + usb_parse diff --git a/contrib/freebsd/Makefile.am b/contrib/freebsd/Makefile.am index 179d222..e23d161 100644 --- a/contrib/freebsd/Makefile.am +++ b/contrib/freebsd/Makefile.am @@ -1,3 +1,8 @@ +EXTRA_DIST = \ + bsdify.sh \ + include \ + patches + sync-with-kernel: rm -rf .pc _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
