[gdk-pixbuf: 2/2] Add Meson files to Autotools build



commit f3da6dd324b5e4ad9e5a22f8e995b82e7d62274e
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Aug 2 13:28:49 2017 +0100

    Add Meson files to Autotools build
    
    So we can dist from Autotools, and build with Meson from the tarball.

 Makefile.am |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8e1e31d..9779b24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,22 @@
 SUBDIRS = gdk-pixbuf po docs thumbnailer tests contrib win32
 
+meson_files = \
+       meson.build \
+       meson_options.txt \
+       gdk-pixbuf/meson.build \
+       gdk-pixbuf/pixops/meson.build \
+       docs/reference/gdk-pixbuf/meson.build \
+       contrib/gdk-pixbuf-xlib/meson.build \
+       po/meson.build \
+       tests/meson.build \
+       tests/gen-installed-test.py \
+       tests/gen-resources.py \
+       thumbnailer/meson.build \
+       thumbnailer/gen-thumbnailer.py \
+       $()
+
 EXTRA_DIST =                   \
+       $(meson_files)          \
        config.h.win32          \
        glib-tap.mk             \
        tap-driver.sh           \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]