From d0043ec88c71b6e3fd87bfb6c387603f910aa42b Mon Sep 17 00:00:00 2001 From: Benjamin Gaignard Date: Tue, 26 Mar 2013 11:11:41 +0100 Subject: [PATCH] [configure.ac] allow tests programs to be installed (cumulative patch) fix error in previous patch Signed-off-by: Benjamin Gaignard --- tests/vbltest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vbltest/Makefile.am b/tests/vbltest/Makefile.am index f99b6a2..34a35e7 100644 --- a/tests/vbltest/Makefile.am +++ b/tests/vbltest/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/include/drm \ -I$(top_srcdir) if HAVE_INSTALL_TESTS -noinst_PROGRAMS = \ +bin_PROGRAMS = \ vbltest else noinst_PROGRAMS = \ -- 1.7.10