mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
91a8688fa1
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
27 lines
715 B
Makefile
27 lines
715 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 \
|
|
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
|
meson_options.txt
|
|
|
|
-include $(top_srcdir)/git.mk
|