Commit 26c851636f15a5ca310183d417a481cee64510a9
Committed by
Stéphane Raimbault
1 parent
ae661532
Install the NEWS and AUTHORS files
Fix #513
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile.am
| @@ -7,7 +7,7 @@ pkgconfig_DATA = libmodbus.pc | @@ -7,7 +7,7 @@ pkgconfig_DATA = libmodbus.pc | ||
| 7 | EXTRA_DIST = libmodbus.pc.in | 7 | EXTRA_DIST = libmodbus.pc.in |
| 8 | CLEANFILES += libmodbus.pc | 8 | CLEANFILES += libmodbus.pc |
| 9 | 9 | ||
| 10 | -dist_doc_DATA = MIGRATION README.md | 10 | +dist_doc_DATA = MIGRATION README.md AUTHORS NEWS |
| 11 | 11 | ||
| 12 | SUBDIRS = src doc | 12 | SUBDIRS = src doc |
| 13 | 13 |