X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftest-libustinstr-malloc%2FMakefile.am;fp=tests%2Ftest-libustinstr-malloc%2FMakefile.am;h=502d6c45732eb72d2a9b6ad4660e576c2ba67589;hb=30ca09e13b3c7e6ff5f719ea6882d97acee609eb;hp=0000000000000000000000000000000000000000;hpb=e6eed717dcecf6f3d964e0ece5294afe9e51ad86;p=ust.git diff --git a/tests/test-libustinstr-malloc/Makefile.am b/tests/test-libustinstr-malloc/Makefile.am new file mode 100644 index 0000000..502d6c4 --- /dev/null +++ b/tests/test-libustinstr-malloc/Makefile.am @@ -0,0 +1,5 @@ +#AM_CPPFLAGS = -I$(top_srcdir)/include + +noinst_PROGRAMS = prog +prog_SOURCES = prog.c +prog_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o