From 90374fab761b03189a4c463d348870fe31b6d145 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 14 Feb 2017 22:31:50 +0000 Subject: [PATCH] Fix distcheck Buildbot doesn't like wildcards here for some reason. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 14d9b34..f65d18c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,11 @@ EXTRA_DIST = \ AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ ChangeLog gst-plugins-base.doap autogen.sh $(win32) \ $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ - gst-libs/gst/*/*_mkenum.py \ + gst-libs/gst/audio/audio_mkenum.py \ + gst-libs/gst/pbutils/pbutils_mkenum.py \ + gst-libs/gst/rtp/rtp_mkenum.py \ + gst-libs/gst/rtsp/rtsp_mkenum.py \ + gst-libs/gst/video/video_mkenum.py \ meson_options.txt config.h.meson DISTCLEANFILES = _stdint.h -- 2.7.4