diff options
author | Martin Szulecki | 2020-06-08 21:55:58 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-08 21:55:58 +0200 |
commit | 06a80ccb4fbaaa5bd453c2512a4f62b3a4f786ba (patch) | |
tree | e86cc612ae115b9ef348360dd4ec5b0cb0b0625c | |
parent | a3aa58e13b1b3c422ca623410abb7cfe258814cf (diff) | |
download | libideviceactivation-06a80ccb4fbaaa5bd453c2512a4f62b3a4f786ba.tar.gz libideviceactivation-06a80ccb4fbaaa5bd453c2512a4f62b3a4f786ba.tar.bz2 |
Make sure README.md file is added to distribution archive
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8fa66b0..206c0d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,9 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src include tools man +EXTRA_DIST = \ + README.md + DISTCHECK_CONFIGURE_FLAGS = indent: |