diff options
author | Alessandro Decina <alessandro.d@gmail.com> | 2017-07-20 17:47:55 +1000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-03-22 14:34:05 +0000 |
commit | f49134095cf87008f8230201f4da85c53e5f75dd (patch) | |
tree | e22f92c52878578495fe71afb693bc27224155c2 /Makefile.am | |
parent | 00727d2437d5a893c7c39f7ffcbdf0e790abd2e0 (diff) |
meson: use gnome.mkenums_simple() to generate enumtypes files
Means we no longer need our custom scripts, nor template files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 0783edf78..8e33980f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,10 +14,7 @@ EXTRA_DIST = \ ChangeLog gst-plugins-bad.doap autogen.sh \ $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ meson_options.txt \ - gst-libs/gst/interfaces/build_mkenum.py \ - gst-libs/gst/mpegts/mpegts_enum.py \ gst-libs/gst/webrtc/webrtc_mkenum.py \ - ext/srtp/srtp_mkenum.py \ ext/vulkan/vkconfig.h.meson DISTCLEANFILES = _stdint.h |