summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-01-23 19:32:18 +0200
committerSebastian Dröge <sebastian@centricular.com>2018-01-23 19:32:18 +0200
commit2dd3bb0cb78634c35748643bf99529d867fa56ee (patch)
treefa46979eda3533829eb57ba26239e9b8651f446c /plugin
parenta8aaada019db5665bb17cfa3808cc2f74d72a342 (diff)
Ship meson build system in autotools generated tarballs
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index 26ef7d5..e6452e1 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -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