summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Greenan <kmg@box.com>2015-06-07 16:48:11 -0700
committerKevin Greenan <kmg@box.com>2015-06-07 16:48:11 -0700
commitf0f27ee85aaa1aaf953601dcbba94651ad0042af (patch)
tree95ea99cef24072a2112ea6bc44afd9b56a6e6bb8
parente46c434e36566f6f0820923a9a184e27d7b941e8 (diff)
downloadliberasurecode-issue_17.tar.gz
This should fix Issue #17, which will place the liberasurecode headers intoissue_17
their own subdir, to avoid naming collisions with 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 \