Kaynağa Gözat

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

Stéphane Raimbault 17 yıl önce
ebeveyn
işleme
fdc7521f88
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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