mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
7f8c2a08da
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
13 lines
320 B
Makefile
13 lines
320 B
Makefile
SUBDIRS = common omx tools config m4
|
|
|
|
if BUILD_EXAMPLES
|
|
SUBDIRS += examples
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
DISTCLEANFILES = _stdint.h
|
|
|
|
EXTRA_DIST = autogen.sh gst-omx.doap RELEASE \
|
|
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
|
meson_options.txt
|