From b214d148f48ccffc467764568926b2ebcafd2bd4 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 10 Jan 2018 16:37:23 +0100 Subject: [PATCH] build: fix type on Makefile.am which breaks build Fixes: 97f06c3a6d7c984b3bc0f61dcf2885fed7a948c7 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6dc07ac98c..4ca76f6448 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4636,7 +4636,7 @@ EXTRA_DIST += \ tools/enums-to-docbook.pl \ \ src/settings/plugins/README \ - src/settings/plugins/meson.build + src/settings/plugins/meson.build \ \ $(NULL)