Fix: OOT build fails because of missing include path
[lttng-tools.git] / tests / regression / tools / mi / Makefile.am
index 4c77f562a4c790c0e17c02a2fde3d253c8423a5e..f5d5e2130bbe1de0ade5add9fd966a04e6d426de 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
 
 noinst_PROGRAMS = validate_xml extract_xml
 validate_xml_SOURCES = validate_xml.c
This page took 0.022579 seconds and 4 git commands to generate.