Skip to content
Snippets Groups Projects
Commit 2dd3bb0c authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

Ship meson build system in autotools generated tarballs

parent a8aaada0
No related branches found
No related tags found
No related merge requests found
......@@ -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
SUBDIRS = overrides
EXTRA_DIST = \
meson.build
......@@ -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)
......
......@@ -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
......@@ -6,6 +6,7 @@ tests = \
test_types.py
EXTRA_DIST = \
meson.build \
__init__.py \
common.py \
runtests.py \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment