jvinet / knock

A port-knocking daemon
http://www.zeroflux.org/projects/knock
GNU General Public License v2.0
552 stars 114 forks source link

Update Makefile.am #6

Closed vincent-olivert-riera closed 10 years ago

vincent-olivert-riera commented 10 years ago

Fix build failure due to missing README file.

The build process fails because Makefile.am includes README as part of the documentation files, but actually it doesn't exist:

make[2]: *\ No rule to make target README', needed byall-am'. Stop.

The right file is README.md, so making that replacement to Makefile.am fixes the problem.