summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2015-06-18 12:30:50 -0700
committerKevin Greenan <kmgreen2@gmail.com>2015-06-18 12:31:17 -0700
commit1118acd6451d19391e99c3a60282d3e310a670bf (patch)
tree9b6f72bbcd4d82acadb415845d16239cb6ea46cc
parente9ca485c7c62aa952d0a3c564e0fdcf530740d9d (diff)
downloadliberasurecode-1118acd6451d19391e99c3a60282d3e310a670bf.tar.gz
Fixing issue #17 to namespace header files.
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \