summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: c5dfbead76fcc75ed743b848783c2f908256fdeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = common omx tools config m4 tests

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

-include $(top_srcdir)/common/release.mak