mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
45145d73dd
The configuration option --disable-examples will disable the compilation of the sample apps in tests/ directory.
25 lines
589 B
Makefile
25 lines
589 B
Makefile
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
if BUILD_EXAMPLES
|
|
SUBDIRS_TESTS = tests
|
|
else
|
|
SUBDIRS_TESTS =
|
|
endif
|
|
|
|
SUBDIRS = gst-libs gst $(SUBDIRS_TESTS) m4 common docs
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
# Extra clean files so that maintainer-clean removes *everything*
|
|
MAINTAINERCLEANFILES = \
|
|
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
|
|
$(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
|
|
$(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
|
|
$(srcdir)/autoregen.sh $(srcdir)/INSTALL \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
configure.ac autogen.sh \
|
|
gstreamer-vaapi.doap
|
|
|
|
-include $(top_srcdir)/git.mk
|