From fd58d81eba5c498efb2264e3fca801d1d7935033 Mon Sep 17 00:00:00 2001 From: Aaron Krebs Date: Wed, 1 Oct 2014 14:26:24 +0200 Subject: [PATCH] Configure autotools to install public header files. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 0f8b7b6d..4b55f416 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,6 +59,8 @@ sptps_speed_SOURCES = \ lib_LTLIBRARIES = libmeshlink.la +pkginclude_HEADERS = meshlink++.h meshlink.h + libmeshlink_la_LDFLAGS = -export-symbols-regex '^(meshlink_|devtool_)' libmeshlink_la_SOURCES = \ -- 2.39.2