Ship meson build system in autotools generated tarballs
authorSebastian Dröge <sebastian@centricular.com>
Tue, 23 Jan 2018 17:32:18 +0000 (19:32 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 23 Jan 2018 17:32:18 +0000 (19:32 +0200)
Makefile.am
gi/Makefile.am
gi/overrides/Makefile.am
plugin/Makefile.am
testsuite/Makefile.am

index bb1e00c..bd1ae25 100644 (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
index eeba093..d91fac6 100644 (file)
@@ -1 +1,4 @@
 SUBDIRS = overrides
+
+EXTRA_DIST = \
+       meson.build
index ee94f7c..bea5c32 100644 (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)
 
index 26ef7d5..e6452e1 100644 (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
index 1933bcb..0ae0300 100644 (file)
@@ -6,6 +6,7 @@ tests = \
        test_types.py
 
 EXTRA_DIST = \
+       meson.build \
        __init__.py \
        common.py \
        runtests.py \