From 0ab213bf8818446898b4a8680feb774a072f57ba Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 8 Feb 2017 15:55:21 +0000 Subject: [PATCH] Add Meson build files to the autotools dist This way we can take a dist tarball created through autotools, and use Meson to build it. Once Meson gets support for disting, we'll do the same with the autotools build files, and call the result a "Buildoboros". --- Makefile.am | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index ad83384..8b5eb01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,15 +27,31 @@ SUBDIRS += test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = epoxy.pc +registry_files = \ + registry/egl.xml \ + registry/gl.xml \ + registry/glx.xml \ + registry/wgl.xml \ + $() + +meson_build_files = \ + meson_options.txt \ + meson.build \ + include/epoxy/meson.build \ + src/meson.build \ + test/meson.build \ + doc/meson.build \ + doc/Doxyfile.in \ + cross/fedora-mingw64.txt \ + $() + EXTRA_DIST = \ .dir-locals.el \ README.md \ autogen.sh \ epoxy.pc.in \ - registry/egl.xml \ - registry/gl.xml \ - registry/glx.xml \ - registry/wgl.xml \ + $(registry_files) \ + $(meson_build_files) \ $() dist-hook: