784c3ef54f3a3de98aecd0b0bb68beb84b3c251f
[lttng-ust.git] / tests / unit / libmsgpack / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
2
3 noinst_PROGRAMS = test_msgpack
4 test_msgpack_SOURCES = test_msgpack.c
5 test_msgpack_LDADD = \
6 $(top_builddir)/libmsgpack/libmsgpack.la \
7 $(top_builddir)/tests/utils/libtap.a
8
9 test_msgpack_CFLAGS = $(AM_CFLAGS)
This page took 0.029657 seconds and 3 git commands to generate.