From 927e128257a9fe8c4d91a127b35fe87f71dcc968 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Mon, 18 Jun 2012 00:34:12 +0000 Subject: [PATCH] [cantera]: updating test makefile include line --- test_problems/cathermo/DH_graph_1/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/cathermo/DH_graph_1/Makefile.am b/test_problems/cathermo/DH_graph_1/Makefile.am index 9b7f258d3..4b71c09f8 100644 --- a/test_problems/cathermo/DH_graph_1/Makefile.am +++ b/test_problems/cathermo/DH_graph_1/Makefile.am @@ -1,4 +1,4 @@ -INC = -I. -I$(top_builddir)/include/cantera -I$(top_builddir)/test_problems/shared +INC = -I. -I$(top_builddir)/include -I$(top_builddir)/test_problems/shared AM_CPPFLAGS = $(INC) AM_CXXFLAGS = $(AM_CPPFLAGS)