[gobject-introspection] autotools: dist newly added meson build files



commit dd7a6b3ac61ee0e86ab03162e9e923ff5a3652df
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sun Dec 16 15:14:48 2018 +0100

    autotools: dist newly added meson build files

 tests/offsets/Makefile.am                  | 3 ++-
 tests/repository/Makefile.am               | 1 +
 tests/scanner/annotationparser/Makefile.am | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am
index aec41a57..1a6abafe 100644
--- a/tests/offsets/Makefile.am
+++ b/tests/offsets/Makefile.am
@@ -46,7 +46,8 @@ gitestoffsets.c: gen-gitestoffsets offsets.h Offsets-1.0.typelib
 
 EXTRA_DIST += \
        gen-gitestoffsets \
-       test_offsets.py
+       test_offsets.py \
+       meson.build
 BUILT_SOURCES += gitestoffsets.c
 CLEANFILES += gitestoffsets.c $(EXTRA_PROGRAMS)
 
diff --git a/tests/repository/Makefile.am b/tests/repository/Makefile.am
index e537ad7a..6b26107a 100644
--- a/tests/repository/Makefile.am
+++ b/tests/repository/Makefile.am
@@ -4,6 +4,7 @@ LIBS = $(GOBJECT_LIBS)
 
 EXTRA_PROGRAMS = gitestrepo giteststructinfo gitestthrows gitypelibtest
 CLEANFILES = $(EXTRA_PROGRAMS)
+EXTRA_DIST = meson.build
 
 gitestrepo_SOURCES = gitestrepo.c
 gitestrepo_CPPFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository -I$(top_builddir)/girepository
diff --git a/tests/scanner/annotationparser/Makefile.am b/tests/scanner/annotationparser/Makefile.am
index 44458080..fba28ff6 100644
--- a/tests/scanner/annotationparser/Makefile.am
+++ b/tests/scanner/annotationparser/Makefile.am
@@ -66,4 +66,5 @@ EXTRA_DIST = \
        gtkdoc/annotations/tester.h.xml \
        gtkdoc/annotations/tester.c.xml \
        gtkdoc/gobject/gobject.h.xml            \
-       gtkdoc/gobject/gobject.c.xml
+       gtkdoc/gobject/gobject.c.xml            \
+       meson.build


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