d9f9da08f532ebda0e7be489935557fdabfd2bc4
[lttng-ust.git] / tests / snprintf / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/
2
3 noinst_PROGRAMS = prog
4 prog_SOURCES = prog.c
5 prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
6 $(top_builddir)/tests/libtap.a
7
8 noinst_SCRIPT = test_snprintf
9 EXTRA_DIST = test_snprintf
This page took 0.029108 seconds and 3 git commands to generate.