X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fexit-fast%2FMakefile.am;fp=tests%2Fexit-fast%2FMakefile.am;h=d34fbc21f08160ce823dccb3c2a68879b7afcc45;hp=0000000000000000000000000000000000000000;hb=46cec820d380796882540bf5a8904949d86e3515;hpb=0f79e1ef1d4f31a91476f5a84e367f2c49ce4723 diff --git a/tests/exit-fast/Makefile.am b/tests/exit-fast/Makefile.am new file mode 100644 index 0000000..d34fbc2 --- /dev/null +++ b/tests/exit-fast/Makefile.am @@ -0,0 +1,5 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include + +noinst_PROGRAMS = exit-fast +exit_fast_SOURCES = exit-fast.c +exit_fast_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o