diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-05-21 18:03:02 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-05-21 18:03:02 +0100 |
commit | bd22e10799fcdf3c374f4269118de7ea24cbf5a8 (patch) | |
tree | 1612a2a51bc0ce5215e7731736a60765a3c48b18 /Makefile.am | |
parent | 5443aa9ac835f0697b699bb5a0c2a7d3d18183b7 (diff) |
meson: don't need config.h.meson any longer
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 76c6170a6..e1b7d422c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ EXTRA_DIST = \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ 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 \ + meson_options.txt \ gst-libs/gst/interfaces/build_mkenum.py \ gst-libs/gst/mpegts/mpegts_enum.py \ ext/srtp/srtp_mkenum.py \ |