X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello.cxx%2FMakefile.am;h=86f2c43f996b118c12077682cde564cfbd12f6f0;hb=9d9d9767f7e2cbc25682f77aad0b06e3c63e54c8;hp=3e84796a731b4ecf965e57bae6d0f0f967190e99;hpb=ff412fb523eeacd9f2b698ccefc4f716ace9afd0;p=lttng-ust.git diff --git a/tests/hello.cxx/Makefile.am b/tests/hello.cxx/Makefile.am index 3e84796a..86f2c43f 100644 --- a/tests/hello.cxx/Makefile.am +++ b/tests/hello.cxx/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers noinst_PROGRAMS = hello hello_SOURCES = hello.cpp tp.c ust_tests_hello.h