5959947d65bd3966f8205ea84d5d5061495367db
[lttng-ust.git] / tests / unit / libmsgpack / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5 noinst_PROGRAMS = test_msgpack
6 test_msgpack_SOURCES = test_msgpack.c
7 test_msgpack_LDADD = \
8 $(top_builddir)/libmsgpack/libmsgpack.la \
9 $(top_builddir)/tests/utils/libtap.a
10
11 test_msgpack_CFLAGS = $(AM_CFLAGS)
This page took 0.031177 seconds and 3 git commands to generate.