summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-06-29 21:33:24 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-06-29 21:42:09 -0700
commite8b6c3ec39edc98fb2a1edb88c0bd45a5ca0997e (patch)
tree0c55c9d85b40821ac9f128f3d025652dc16c9f7b /Makefile.am
parent9359459145a82977bd543b965826a099e94b50f1 (diff)
downloadliberasurecode-e8b6c3ec39edc98fb2a1edb88c0bd45a5ca0997e.tar.gz
autoconf: Fix CPPFLAGS/include path
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e5d6393..ffd9a2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
-AM_CPPFLAGS = $(CPPFLAGS) -I$(abs_top_builddir)/include/xor_codes -I$(abs_top_builddir)/include/erasurecode
+AM_CPPFLAGS = $(CPPFLAGS) -I$(abs_top_builddir)/include/xor_codes -I$(abs_top_builddir)/include/erasurecode -Werror
if DEBUG
AM_CFLAGS = -g3 -O0