mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-21 06:38:19 +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
|
SUBDIRS = common omx tools config
|
||||||
|
|
||||||
# if BUILD_EXAMPLES
|
if BUILD_EXAMPLES
|
||||||
# SUBDIRS += examples
|
SUBDIRS += examples
|
||||||
# endif
|
endif
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue