From ae5a594d511040f58f605998908dad90584bcb58 Mon Sep 17 00:00:00 2001 From: Josep Torra Date: Fri, 10 May 2013 10:02:02 +0200 Subject: Don't build examples by default to match 1.x feature set --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index ba01ad6..2a54b95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = common gst omx tools config -if BUILD_EXAMPLES -SUBDIRS += examples -endif +# if BUILD_EXAMPLES +# SUBDIRS += examples +# endif ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.1