summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-06-29 20:48:57 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-06-29 21:42:09 -0700
commitce0543ac70ea86056a6f35aad2e8f2ad2d0fcfbb (patch)
tree865cc9cdf50c7040b4eb609aac3dea1749fb190f /Makefile.am
parentf101b311bee3b18c5340e99d1fd7f199cba59bfe (diff)
downloadliberasurecode-ce0543ac70ea86056a6f35aad2e8f2ad2d0fcfbb.tar.gz
autoconf: Add Xorcode pkgconfig, other minor fixes
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 39d211a..e5d6393 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
-AM_CPPFLAGS=-I./ -I../include -I/usr/local/include/jerasure
+AM_CPPFLAGS = $(CPPFLAGS) -I$(abs_top_builddir)/include/xor_codes -I$(abs_top_builddir)/include/erasurecode
+
if DEBUG
AM_CFLAGS = -g3 -O0
else