From 83006c65f87041cccf4a8b449d516eaeae29496d Mon Sep 17 00:00:00 2001 From: Will Estes Date: Wed, 11 Nov 2015 18:22:17 -0500 Subject: Added srcdir to tableopts.am include --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 4e8b08e..baaa272 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -409,7 +409,7 @@ top.h: top.c tableopts.am: tableopts.sh $(srcdir)/tableopts.sh > $(srcdir)/tableopts.am -include tableopts.am +include $(srcdir)/tableopts.am tableopts := -Ca -Ce -Cf -CF -Cm -Cem -Cae -Caef -CaeF -Cam -Caem tableopts_opt_tests := $(foreach opt,$(tableopts), tableopts_opt_nr$(opt) tableopts_opt_r$(opt)) -- cgit v1.2.3