diff options
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index dadaf70..e993476 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 ff9ed4d..5f26b43 100644 --- a/configure.ac +++ b/configure.ac @@ -363,8 +363,8 @@ tools/Makefile config/Makefile config/bellagio/Makefile config/rpi/Makefile -examples/Makefile -examples/egl/Makefile +dnl examples/Makefile +dnl examples/egl/Makefile ) AC_OUTPUT |