gstreamer/Makefile.am
Tim-Philipp Müller 91a8688fa1 meson: dist meson build files
Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.
2017-02-15 00:26:21 +00:00

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