From de7ae79973801fac4ed551fa3708bd0ae121933c Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Tue, 10 Nov 2015 23:43:34 +0200 Subject: [PATCH] fixes to Makefile.am for header installation; --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index ba5a745..77e2bad 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1 +1 @@ -nobase_include_HEADERS = sxmp/sxmp.h sxmp/errno.h sxmp/limits.h +nobase_include_HEADERS = sxmp/sxmp.h sxmp/errno.h sxmp/limits.h sxmp/version.h