summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am3
-rw-r--r--src/util/tests/hash_table/Makefile.am2
-rw-r--r--src/util/tests/string_buffer/Makefile.am2
-rw-r--r--src/util/xmlpool/Makefile.am3
4 files changed, 8 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 633907b9fdd..07bf052175b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -83,7 +83,8 @@ EXTRA_DIST = \
merge_driinfo.py \
SConscript \
xmlpool.h \
- sha1/README
+ sha1/README \
+ meson.build
PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)
diff --git a/src/util/tests/hash_table/Makefile.am b/src/util/tests/hash_table/Makefile.am
index 8f12240cede..6b9221f8589 100644
--- a/src/util/tests/hash_table/Makefile.am
+++ b/src/util/tests/hash_table/Makefile.am
@@ -43,3 +43,5 @@ TESTS = \
$()
check_PROGRAMS = $(TESTS)
+
+EXTRA_DIST = meson.build
diff --git a/src/util/tests/string_buffer/Makefile.am b/src/util/tests/string_buffer/Makefile.am
index bd04d86349e..8bc8a9c9b6c 100644
--- a/src/util/tests/string_buffer/Makefile.am
+++ b/src/util/tests/string_buffer/Makefile.am
@@ -38,3 +38,5 @@ string_buffer_test_LDADD = \
$(top_builddir)/src/util/libmesautil.la \
$(PTHREAD_LIBS) \
$(DLOPEN_LIBS)
+
+EXTRA_DIST = meson.build
diff --git a/src/util/xmlpool/Makefile.am b/src/util/xmlpool/Makefile.am
index dfd8fb8dc6d..0ef7a5462a1 100644
--- a/src/util/xmlpool/Makefile.am
+++ b/src/util/xmlpool/Makefile.am
@@ -58,7 +58,8 @@ EXTRA_DIST = \
t_options.h \
$(POS) \
$(MOS) \
- SConscript
+ SConscript \
+ meson.build
BUILT_SOURCES = options.h
CLEANFILES = \