mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
Makefile.am: build examples
There's no reason to not build the examples now that are ported to 1.x.
This commit is contained in:
parent
6962aa5d4c
commit
fefc5b7cbc
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue