3e2b37c96d27e233fb5dfb59eeab2d21682c9be5
[lttng-ust.git] / tests / snprintf / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
2
3 noinst_PROGRAMS = test_snprintf
4 test_snprintf_SOURCES = snprintf.c
5 test_snprintf_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
6 $(top_builddir)/tests/utils/libtap.a
7
8 EXTRA_DIST = README
This page took 0.029583 seconds and 3 git commands to generate.