diff options
author | Josep Torra <n770galaxy@gmail.com> | 2014-03-05 17:43:33 +0100 |
---|---|---|
committer | Josep Torra <n770galaxy@gmail.com> | 2014-03-05 21:19:10 +0100 |
commit | fefc5b7cbc639d284e0ef267cc51aa49ef1e7786 (patch) | |
tree | f5852b7dac6987c7d7bb57c7ceda5a12ae609fa2 /Makefile.am | |
parent | 6962aa5d4c1ed1e8923cb3c489b3d14ab4440d0e (diff) |
Makefile.am: build examples
There's no reason to not build the examples now that are ported to 1.x.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 |