From 1118acd6451d19391e99c3a60282d3e310a670bf Mon Sep 17 00:00:00 2001 From: Kevin Greenan Date: Thu, 18 Jun 2015 12:30:50 -0700 Subject: Fixing issue #17 to namespace header files. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f442ecf..21a5f0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,8 @@ AM_CPPFLAGS += -Werror -Wall AM_CFLAGS = -fPIC $(AM_CPPFLAGS) @GCOV_FLAGS@ -L/usr/local/lib -include_HEADERS = \ +thisincludedir = $(includedir)/liberasurecode +thisinclude_HEADERS = \ include/erasurecode/alg_sig.h \ include/erasurecode/erasurecode.h \ include/erasurecode/erasurecode_backend.h \ -- cgit v1.2.1