diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-03-13 12:34:30 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-03-13 12:34:30 +0000 |
commit | 1fa340259e32eb1f5342359391afb45a78ff42bd (patch) | |
tree | 5f380aa1c67544c9250e34d8c634e39982f1e946 | |
parent | 9df57434e8e087e04aaf53a149f77875d11a31b4 (diff) | |
download | json-glib-1fa340259e32eb1f5342359391afb45a78ff42bd.tar.gz |
Include the Meson build files into the autotools one
This way we can build a dist tarball generated by autotools with Meson.
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d2dbe69..8a05190 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,15 @@ ACLOCAL_AMFLAGS = -I build/autotools -EXTRA_DIST = +EXTRA_DIST = \ + meson.build \ + meson_options.txt \ + doc/reference/meson.build \ + doc/reference/xml/meson.build \ + doc/reference/xml/gtkdocentities.ent.in \ + json-glib/meson.build \ + json-glib/tests/meson.build \ + po/meson.build \ + $() SUBDIRS = json-glib doc build po |