Cleanup: standardise include path
[lttng-ust.git] / tests / hello.cxx / Makefile.am
index f8a718b43438950db5a638ce5c0016cdadeb73d1..9d809139f89ad9dfdc8e8e7d9d714c1f58451f30 100644 (file)
@@ -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
This page took 0.023606 seconds and 4 git commands to generate.