From 080747cfacaefed9b3647fa5b38001942ac59d2a Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 21:53:45 +0200 Subject: Make sure README.md file is added to distribution archive --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c8df765..6da23b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs EXTRA_DIST = \ docs \ COPYING.GPLv2 \ - COPYING.GPLv3 + COPYING.GPLv3 \ + README.md DISTCHECK_CONFIGURE_FLAGS = \ --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ -- cgit v1.1-32-gdbae