diff options
author | Josep Torra <n770galaxy@gmail.com> | 2013-05-10 10:02:02 +0200 |
---|---|---|
committer | Josep Torra <n770galaxy@gmail.com> | 2013-05-10 10:02:02 +0200 |
commit | ae5a594d511040f58f605998908dad90584bcb58 (patch) | |
tree | 86519410a460fa20f0cf43a42f75cc3f5440b595 | |
parent | 917a8a400494fff068c5eb733c3d3e1fc1d65627 (diff) |
Don't build examples by default to match 1.x feature set
-rw-r--r-- | Makefile.am | 6 |
1 files 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 |