Browse Source

Merge revno 17 from libmodbus-1.2
- Fix #191039 reported by Todd Denniston
modbus.h is not installed at prefix

Stéphane Raimbault 17 years ago
parent
commit
fdc7521f88
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/Makefile.am

+ 3 - 0
src/Makefile.am

@@ -14,3 +14,6 @@ INCLUDES = @GLIB_CFLAGS@
 LDADD = @GLIB_LIBS@
 CLEANFILES = *~
 
+# Include files to install
+libmodbusincludedir = $(includedir)/libmodbus
+libmodbusinclude_HEADERS = modbus.h