summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-06-23 08:52:26 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2018-06-23 08:52:26 +0000
commit4e5a9500d0771d54a5f2336d3e94e0037f343bbc (patch)
tree3889eed4018fae4b47d618f2514fa17d1ec09344 /Makefile.am
parent773c597b719df318e3ffe7722524e19d438b841f (diff)
parent0bc999fbfc8c010689e0320cd3a462b53bf85716 (diff)
downloadgobject-introspection-4e5a9500d0771d54a5f2336d3e94e0037f343bbc.tar.gz
Merge branch 'autotools-dist-meson' into 'master'
autotools: dist all meson files See merge request GNOME/gobject-introspection!44
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d1a2cc0..d941a3a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,9 @@ EXTRA_DIST += \
misc/update-glib-annotations.py \
misc/update-gtkdoc-tests.py \
misc/verbump.py \
- README.msvc
+ README.msvc \
+ meson.build \
+ meson_options.txt
# Default pep8.py --exclude + emacs backup files
PEP8_EXCLUDES=--exclude='.svn,CVS,.bzr,.hg,.git,__pycache__,.\#*'