Commit 69e1e22e4cb2daa58bf1d8e96ea8c28581ca5522

Authored by Stéphane Raimbault
1 parent 469e053f

Remove duplicate install of modbus.h (closes #290)

The file was copied in wrong place too (include/libmodbus).
Thanks to Daniel Sutcliffe.
Showing 1 changed file with 0 additions and 1 deletions
src/Makefile.am
1 1 EXTRA_DIST =
2   -pkginclude_HEADERS = modbus.h
3 2 lib_LTLIBRARIES = libmodbus.la
4 3  
5 4 AM_CPPFLAGS = \
... ...