From 5be1fecbcb8bc7fc2370185ec9faa36ae367b58a Mon Sep 17 00:00:00 2001 From: Adam Disney Date: Mon, 16 Jun 2014 12:27:19 -0400 Subject: Fixed a few minor warnings when running autogen.sh. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 443fc3e..7f39a48 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ # GF-Complete 'test' AM file -INCLUDES=-I./ -I../include +AM_CPPFLAGS=-I./ -I../include AM_CFLAGS = -O3 $(SIMD_FLAGS) -fPIC $(INCLUDES) bin_PROGRAMS = gf_unit -- cgit v1.2.1