X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fmi%2FMakefile.am;h=c4081dbeee94a4d093756138432d89a1ed516e03;hb=41af1adf5100627c2e11565e7d9e4b9c5a8b9fac;hp=5586461a0f101f90bff481b5e5ce9d48e3740d79;hpb=312dabc3ec56987e3c92ecf7cdfb037abe1ec4fb;p=lttng-tools.git diff --git a/tests/regression/tools/mi/Makefile.am b/tests/regression/tools/mi/Makefile.am index 5586461a0..c4081dbee 100644 --- a/tests/regression/tools/mi/Makefile.am +++ b/tests/regression/tools/mi/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = validate_xml extract_xml validate_xml_SOURCES = validate_xml.c @@ -10,7 +10,7 @@ extract_xml_CPPFLAGS = $(XML_CPPFLAGS) $(AM_CPPFLAGS) extract_xml_LDADD = $(XML_LIBS) noinst_SCRIPTS = test_mi -EXTRA_DIST = +EXTRA_DIST = test_mi all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \