summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/exynos/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/exynos/Makefile.am b/tests/exynos/Makefile.am
index bf9ad820..6703dcf4 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 \