Cleanup: standardise include path
[lttng-ust.git] / tests / hello-many / Makefile.am
index 577718f503f9c88b1d3fb69388fd5e3218959a0d..d8f140b2e7bef554eacc44a908b84b851927e1e3 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-many
 hello_many_SOURCES = hello-many.c tp.c ust_tests_hello_many.h
This page took 0.022183 seconds and 4 git commands to generate.