X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fsnprintf%2FMakefile.am;h=3e2b37c96d27e233fb5dfb59eeab2d21682c9be5;hb=37a5fa45a5a59d622aa88550f60f6c25f801769b;hp=d9f9da08f532ebda0e7be489935557fdabfd2bc4;hpb=7fedf800365965f64b6d81e08f9863067702306f;p=lttng-ust.git diff --git a/tests/snprintf/Makefile.am b/tests/snprintf/Makefile.am index d9f9da08..3e2b37c9 100644 --- a/tests/snprintf/Makefile.am +++ b/tests/snprintf/Makefile.am @@ -1,9 +1,8 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/ +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils -noinst_PROGRAMS = prog -prog_SOURCES = prog.c -prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \ - $(top_builddir)/tests/libtap.a +noinst_PROGRAMS = test_snprintf +test_snprintf_SOURCES = snprintf.c +test_snprintf_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/tests/utils/libtap.a -noinst_SCRIPT = test_snprintf -EXTRA_DIST = test_snprintf +EXTRA_DIST = README