1From 2e0367a941445a862ab99c54ec85d1357d0f73c0 Mon Sep 17 00:00:00 2001 2From: Martin Jansa <Martin.Jansa@gmail.com> 3Date: Thu, 10 Jul 2014 14:30:52 +0200 4Subject: [PATCH] Install few more test programs 5 6Upstream-Status: Pending 7 8Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 9 10Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> 11 12--- 13 src/egl/opengl/Makefile.am | 3 +-- 14 src/egl/openvg/Makefile.am | 2 +- 15 2 files changed, 2 insertions(+), 3 deletions(-) 16 17diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am 18index 6d184ff6..ab09d028 100644 19--- a/src/egl/opengl/Makefile.am 20+++ b/src/egl/opengl/Makefile.am 21@@ -57,8 +57,7 @@ endif 22 23 if HAVE_EGL 24 bin_PROGRAMS = \ 25- eglinfo 26-noinst_PROGRAMS = \ 27+ eglinfo \ 28 peglgears \ 29 $(EGL_DRM_DEMOS) \ 30 $(EGL_X11_DEMOS) \ 31diff --git a/src/egl/openvg/Makefile.am b/src/egl/openvg/Makefile.am 32index b0f1212f..5fd1cf83 100644 33--- a/src/egl/openvg/Makefile.am 34+++ b/src/egl/openvg/Makefile.am 35@@ -49,7 +49,7 @@ endif 36 37 if HAVE_EGL 38 if HAVE_VG 39-noinst_PROGRAMS = \ 40+bin_PROGRAMS = \ 41 $(EGL_X11_DEMOS) 42 endif 43 endif 44