Commit fdc7521f88782cb90c003ceb25d8d0ce3c3d7f58

Authored by Stéphane Raimbault
1 parent 6afcbf16

Merge revno 17 from libmodbus-1.2

- Fix #191039 reported by Todd Denniston
    modbus.h is not installed at prefix
Showing 1 changed file with 3 additions and 0 deletions
src/Makefile.am
... ... @@ -14,3 +14,6 @@ INCLUDES = @GLIB_CFLAGS@
14 14 LDADD = @GLIB_LIBS@
15 15 CLEANFILES = *~
16 16  
  17 +# Include files to install
  18 +libmodbusincludedir = $(includedir)/libmodbus
  19 +libmodbusinclude_HEADERS = modbus.h
... ...