From fdc7521f88782cb90c003ceb25d8d0ce3c3d7f58 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Mon, 11 Feb 2008 23:53:23 +0100 Subject: [PATCH] Merge revno 17 from libmodbus-1.2 - Fix #191039 reported by Todd Denniston modbus.h is not installed at prefix --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 662c009..6bd4b20 100644 --- a/src/Makefile.am +++ b/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 -- libgit2 0.21.4