Cleanup: standardise include path
[lttng-ust.git] / tests / test-app-ctx / Makefile.am
index d5e42d331eb41d4b62677a74cc04f3dbfb71a624..699165b1b87c015f7c2bbf16a03ce6749a13ba3c 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.c tp.c ust_tests_hello.h
This page took 0.023221 seconds and 4 git commands to generate.