mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
examples should build conditionally
Original commit message from CVS: examples should build conditionally
This commit is contained in:
parent
a03ceeadcb
commit
c7e109241f
1 changed files with 7 additions and 1 deletions
|
@ -10,13 +10,19 @@ else
|
||||||
EXT_DIR=
|
EXT_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if BUILD_EXAMPLES
|
||||||
|
EXAMPLES_DIR=examples
|
||||||
|
else
|
||||||
|
EXAMPLES_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = gstreamer-libs.pc gstreamer-play.pc
|
pkgconfig_DATA = gstreamer-libs.pc gstreamer-play.pc
|
||||||
|
|
||||||
aclocaldir = $(datadir)/aclocal
|
aclocaldir = $(datadir)/aclocal
|
||||||
aclocal_DATA = gst-element-check.m4
|
aclocal_DATA = gst-element-check.m4
|
||||||
|
|
||||||
SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) testsuite
|
SUBDIRS=gst-libs gst sys $(EXT_DIR) $(EXAMPLES_DIR) tools $(GCONF_DIR) testsuite
|
||||||
|
|
||||||
DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite
|
DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue