Build: remove non-existing README files from Makefile.am

Some Makefile.am files were apparently created by copy-pasting other
files. As a result, some Makefiles require non-existing README files.
Remove this to fix dist target.

https://fedorahosted.org/freeipa/ticket/6418

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Petr Spacek 2016-10-31 18:27:11 +01:00 committed by Martin Babinsky
parent 24feae47f2
commit b8d81ba3a1
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ app_DATA = \
$(NULL)
EXTRA_DIST = \
README \
$(app_DATA) \
$(NULL)

View File

@ -32,7 +32,6 @@ sbin_SCRIPTS = \
$(NULL)
EXTRA_DIST = \
README \
$(sbin_SCRIPTS) \
$(NULL)