Ship meson build system in autotools generated tarballs

This commit is contained in:
Sebastian Dröge 2018-01-23 19:32:18 +02:00
parent a8aaada019
commit 2dd3bb0cb7
5 changed files with 16 additions and 1 deletions

View file

@ -28,3 +28,9 @@ CRUFT_FILES = \
include $(top_srcdir)/common/cruft.mak
all-local: check-cruft
EXTRA_DIST = \
meson.build \
meson_options.txt \
config.h.meson \
scripts/pythondetector

View file

@ -1 +1,4 @@
SUBDIRS = overrides
EXTRA_DIST = \
meson.build

View file

@ -8,7 +8,9 @@ pygioverrides_PYTHON = Gst.py GstPbutils.py
pygioverridesexecdir = $(PYGI_OVERRIDES_DIR)
EXTRA_DIST = Gst.py
EXTRA_DIST = \
meson.build \
Gst.py
AM_CPPFLAGS = $(PYTHON_INCLUDES)

View file

@ -11,3 +11,6 @@ libgstpython_la_SOURCES = gstpythonplugin.c
libgstpython_la_LDFLAGS = -avoid-version -shrext $(PYTHON_SO)
libgstpython_la_LIBADD = $(PYTHON_LIBS) $(PYGOBJECT_LIBS) $(GST_LIBS)
libgstpython_la_CFLAGS = $(GST_CFLAGS) $(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(PYTHON_INCLUDES)
EXTRA_DIST = \
meson.build

View file

@ -6,6 +6,7 @@ tests = \
test_types.py
EXTRA_DIST = \
meson.build \
__init__.py \
common.py \
runtests.py \