diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) \ |