haltests: modify Makefile.am in order to support out of source build 95/255095/2
authorJongmin Lee <jm105.lee@samsung.com>
Fri, 12 Mar 2021 03:45:44 +0000 (12:45 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 16 Mar 2021 23:59:05 +0000 (23:59 +0000)
Change-Id: I432235975f7c232f22eebbb89666431681dc8e6c

haltests/Makefile.am

index d688902..beace9c 100644 (file)
@@ -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@ \