From 7b54d5ee140bb0c0e02f57d6bf3129dbe2ed470c Mon Sep 17 00:00:00 2001 From: Jongmin Lee Date: Fri, 12 Mar 2021 12:45:44 +0900 Subject: [PATCH] haltests: modify Makefile.am in order to support out of source build Change-Id: I432235975f7c232f22eebbb89666431681dc8e6c --- haltests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haltests/Makefile.am b/haltests/Makefile.am index d688902..beace9c 100644 --- a/haltests/Makefile.am +++ b/haltests/Makefile.am @@ -16,8 +16,8 @@ tbm_haltests_CXXFLAGS = \ ${CXXFLAGS} \ @LIBTBM_CFLAGS@ \ @LIBTBM_TEST_CFLAGS@ \ - -I$(top_builddir)/include \ - -I$(top_builddir)/src + -I$(top_srcdir)/include \ + -I$(top_srcdir)/src tbm_haltests_LDFLAGS = \ @DLOG_LIBS@ \ -- 2.7.4