X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello.cxx%2FMakefile.am;h=9d809139f89ad9dfdc8e8e7d9d714c1f58451f30;hb=fb54defd7e47e106bdf3b7eb07d53f0aba0525ec;hp=f8a718b43438950db5a638ce5c0016cdadeb73d1;hpb=37a5fa45a5a59d622aa88550f60f6c25f801769b;p=lttng-ust.git diff --git a/tests/hello.cxx/Makefile.am b/tests/hello.cxx/Makefile.am index f8a718b4..9d809139 100644 --- a/tests/hello.cxx/Makefile.am +++ b/tests/hello.cxx/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers +AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers noinst_PROGRAMS = hello hello_SOURCES = hello.cpp tp-cpp.cpp ust_tests_hello.h