diff options
author | 2020-06-08 21:53:45 +0200 | |
---|---|---|
committer | 2020-06-08 21:53:45 +0200 | |
commit | 080747cfacaefed9b3647fa5b38001942ac59d2a (patch) | |
tree | bb48479c56a2046a3bddff170ebb862a9c4ff63e /Makefile.am | |
parent | aca1292c57c6ad6f7e91d73621e836228943db04 (diff) | |
download | usbmuxd-080747cfacaefed9b3647fa5b38001942ac59d2a.tar.gz usbmuxd-080747cfacaefed9b3647fa5b38001942ac59d2a.tar.bz2 |
Make sure README.md file is added to distribution archive
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 | |||
5 | EXTRA_DIST = \ | 5 | EXTRA_DIST = \ |
6 | docs \ | 6 | docs \ |
7 | COPYING.GPLv2 \ | 7 | COPYING.GPLv2 \ |
8 | COPYING.GPLv3 | 8 | COPYING.GPLv3 \ |
9 | README.md | ||
9 | 10 | ||
10 | DISTCHECK_CONFIGURE_FLAGS = \ | 11 | DISTCHECK_CONFIGURE_FLAGS = \ |
11 | --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ | 12 | --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ |