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: contrib/test: exclude from install Author: Gregor Jasny <[email protected]> Date: Sun Oct 14 13:11:22 2012 +0200 Signed-off-by: Gregor Jasny <[email protected]> contrib/test/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=a2c30c488607084e1aaa2ad6e0be3f61794f328c diff --git a/contrib/test/Makefile.am b/contrib/test/Makefile.am index 768e985..19d1504 100644 --- a/contrib/test/Makefile.am +++ b/contrib/test/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = \ +noinst_PROGRAMS = \ ioctl-test \ sliced-vbi-test \ sliced-vbi-detect \ @@ -10,7 +10,7 @@ bin_PROGRAMS = \ capture-example if HAVE_X11 -bin_PROGRAMS += pixfmt-test +noinst_PROGRAMS += pixfmt-test endif driver_test_SOURCES = driver-test.c _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
