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