From 71bbf86f58b5b1fccc045dced8612572c01a93eb Mon Sep 17 00:00:00 2001 From: Daniel Kurtz Date: Thu, 17 Apr 2014 11:54:35 +0800 Subject: [PATCH] eyxnos: install exynos tests if HAVE_INSTALL_TESTS This exynos test was added just before HAVE_INSTALL_TESTS, and so didn't get this annotation. Signed-off-by: Daniel Kurtz Acked-by: Inki Dae --- tests/exynos/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/exynos/Makefile.am b/tests/exynos/Makefile.am index bf9ad82..6703dcf 100644 --- a/tests/exynos/Makefile.am +++ b/tests/exynos/Makefile.am @@ -4,8 +4,13 @@ AM_CFLAGS = \ -I $(top_srcdir)/exynos \ -I $(top_srcdir) +if HAVE_INSTALL_TESTS +bin_PROGRAMS = \ + exynos_fimg2d_test +else noinst_PROGRAMS = \ exynos_fimg2d_test +endif exynos_fimg2d_test_LDADD = \ $(top_builddir)/libdrm.la \ -- 2.7.4