Fix: doc/examples VPATH build
[lttng-ust.git] / tests / snprintf / Makefile.am
CommitLineData
d23b20e9 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/
3fa2687d 2
d23b20e9 3noinst_PROGRAMS = prog
69f1f652 4prog_SOURCES = prog.c
d23b20e9
JG
5prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
6 $(top_builddir)/tests/libtap.a
69f1f652 7
7fedf800
JG
8noinst_SCRIPT = test_snprintf
9EXTRA_DIST = test_snprintf
This page took 0.0271 seconds and 4 git commands to generate.