summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2013-05-10 10:02:02 +0200
committerJosep Torra <n770galaxy@gmail.com>2013-05-10 10:02:02 +0200
commitae5a594d511040f58f605998908dad90584bcb58 (patch)
tree86519410a460fa20f0cf43a42f75cc3f5440b595
parent917a8a400494fff068c5eb733c3d3e1fc1d65627 (diff)
downloadgst-omx-ae5a594d511040f58f605998908dad90584bcb58.tar.gz
Don't build examples by default to match 1.x feature set
-rw-r--r--Makefile.am6
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