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