From f6828cfbc1bf24d686e6e24ce9822e69f824351d Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Thu, 7 Aug 2014 00:54:21 +0200 Subject: build: fix out of source tree build --- examples/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index fd547d2..a420bda 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,7 +1,7 @@ # GF-Complete 'examples' AM file -AM_CPPFLAGS=-I./ -I../include -AM_CFLAGS = -O3 $(SIMD_FLAGS) -fPIC $(INCLUDES) +AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include +AM_CFLAGS = -O3 $(SIMD_FLAGS) -fPIC bin_PROGRAMS = gf_example_1 gf_example_2 gf_example_3 gf_example_4 \ gf_example_5 gf_example_6 gf_example_7 -- cgit v1.2.1