diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-02-14 23:00:06 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-02-14 23:00:06 +0000 |
commit | cf7ce80215ffdcb2eac56593775e3e6c096c769c (patch) | |
tree | d7bd5a8cee8b48bc7ef91a57b08ed75d4cb7fd19 /Makefile.am | |
parent | 9807cbf366ca7593168ff1e72a4f837def213483 (diff) |
Fix distcheck
Don't use wildcards in Makefile.am, buildbot doesn't seem
to like them.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index fec8ddaaa..7f96358d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,9 @@ EXTRA_DIST = \ ChangeLog gst-plugins-bad.doap autogen.sh $(win32) \ $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ meson_options.txt config.h.meson \ - gst-libs/gst/*/*enum.py ext/srtp/srtp_mkenum.py \ - win32/common/*.def \ + gst-libs/gst/interfaces/build_mkenum.py \ + gst-libs/gst/mpegts/mpegts_enum.py \ + ext/srtp/srtp_mkenum.py \ ext/vulkan/vkconfig.h.meson gst-libs/gst/gl/gstglconfig.h.meson DISTCLEANFILES = _stdint.h |