summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2013-05-10 13:41:00 +0200
committerJosep Torra <n770galaxy@gmail.com>2013-05-10 13:41:00 +0200
commitf144a5c3ce7566f561d38995350dfe3ccc78c680 (patch)
tree7aca3e63013b6e8a5dbb89b9a0697038529d6974
parentf9bd46ae6c3f850f7c24005eaf5842096a8df2ae (diff)
downloadgst-omx-f144a5c3ce7566f561d38995350dfe3ccc78c680.tar.gz
Revert "Don't build examples by default to match 1.x feature set"
This reverts commit ae5a594d511040f58f605998908dad90584bcb58. Now the code is also in master although not completelly ported yet.
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e7cb483..6fbbb7b 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 -I common/m4