summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2014-03-05 17:43:33 +0100
committerJosep Torra <n770galaxy@gmail.com>2014-03-05 21:19:10 +0100
commitfefc5b7cbc639d284e0ef267cc51aa49ef1e7786 (patch)
treef5852b7dac6987c7d7bb57c7ceda5a12ae609fa2
parent6962aa5d4c1ed1e8923cb3c489b3d14ab4440d0e (diff)
Makefile.am: build examples
There's no reason to not build the examples now that are ported to 1.x.
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e993476..dadaf70 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