From: Aaron Krebs Date: Wed, 1 Oct 2014 12:26:24 +0000 (+0200) Subject: Configure autotools to install public header files. X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=fd58d81eba5c498efb2264e3fca801d1d7935033;hp=91b259305f29a00dd3ed587d23400f4a988f339a;p=meshlink Configure autotools to install public header files. --- 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 = \