Tests: cleanly exit from test apps on reception of SIGTERM
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / Makefile.am
index b3212228fe2a6a852c6e125a4ba4ee9cd486e321..321630dc7e8b4e914e12d463a47a8cbd83700032 100644 (file)
@@ -1,5 +1,6 @@
 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) \
-               -I$(top_srcdir)/tests/utils -O2 -g
+               -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/utils/testapp \
+               -O2 -g
 
 if LTTNG_TOOLS_BUILD_WITH_LIBDL
 LIBS += -ldl
This page took 0.025324 seconds and 5 git commands to generate.