소스 검색

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

Stéphane Raimbault 17 년 전
부모
커밋
fdc7521f88
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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