From e1a1e5f3351b9eb926c4c9c9d999412bb5000ded Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Fri, 25 Apr 2014 13:25:05 +0100 Subject: example: enable testegl See https://bugzilla.gnome.org/show_bug.cgi?id=728940 --- Makefile.am | 6 +++--- configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index e993476..dadaf70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = common omx tools config -# if BUILD_EXAMPLES -# SUBDIRS += examples -# endif +if BUILD_EXAMPLES +SUBDIRS += examples +endif ACLOCAL_AMFLAGS = -I m4 -I common/m4 diff --git a/configure.ac b/configure.ac index eda593e..165e29f 100644 --- a/configure.ac +++ b/configure.ac @@ -384,8 +384,8 @@ tools/Makefile config/Makefile config/bellagio/Makefile config/rpi/Makefile -dnl examples/Makefile -dnl examples/egl/Makefile +examples/Makefile +examples/egl/Makefile ) AC_OUTPUT -- cgit v1.2.1