summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-10 15:35:40 +0000
committerGerrit Code Review <review@openstack.org>2017-05-10 15:35:41 +0000
commit02372409267ab33b4a75aa4fa06923365cbd2f17 (patch)
tree0716b43eda54f4f6a68df99970db31e7705f33eb /src
parent345f1a93a2300b1dc7f8ec8ef0fabd24615d82b5 (diff)
parent19442df2cd9a5bc8ec4deded7046ea7aca1d50a2 (diff)
downloadliberasurecode-02372409267ab33b4a75aa4fa06923365cbd2f17.tar.gz
Merge "Fix warning on automake tool"
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7b704f4..8312dd0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,12 +2,15 @@ SUBDIRS = builtin/xor_codes builtin/null_code builtin/rs_vand
lib_LTLIBRARIES = liberasurecode.la
-INCLUDES = \
- -I$(top_srcdir)/include/erasurecode \
- -I$(top_srcdir)/include/xor_codes \
- -I$(top_srcdir)/include/rs_vand \
- -I$(top_srcdir)/include/isa_l \
- -I$(top_srcdir)/include/shss
+INCLUDE = \
+ -I$(abs_top_srcdir)/include/erasurecode \
+ -I$(abs_top_srcdir)/include/xor_codes \
+ -I$(abs_top_srcdir)/include/rs_vand \
+ -I$(abs_top_srcdir)/include/isa_l \
+ -I$(abs_top_srcdir)/include/shss
+
+AM_CPPFLAGS = $(CPPFLAGS) $(INCLUDE)
+AM_CFLAGS = $(AM_CPPFLAGS)
# liberasurecode params
liberasurecode_la_SOURCES = \