summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-06-21 13:24:13 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-06-21 13:24:13 +0200
commit0bc999fbfc8c010689e0320cd3a462b53bf85716 (patch)
treea34d38adf198c8512f756bf0e6b7c6f4415e8492 /Makefile-giscanner.am
parent8bcc831c5f80bdac44b360db5fbb16db118a6951 (diff)
downloadgobject-introspection-0bc999fbfc8c010689e0320cd3a462b53bf85716.tar.gz
autotools: dist all meson files
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r--Makefile-giscanner.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index c144fe54..23e793cb 100644
--- a/Makefile-giscanner.am
+++ b/Makefile-giscanner.am
@@ -6,6 +6,9 @@ BUILT_SOURCES += \
giscanner/scannerlexer.c \
giscanner/scannerlexer.h
+EXTRA_DIST += \
+ giscanner/meson.build
+
AM_YFLAGS = -d -t
# Why do I have to do this automake?