Move all sources to 'src/'
[lttng-ust.git] / tests / unit / libmsgpack / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
0a6c2d7c 3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
49705576
FD
4
5noinst_PROGRAMS = test_msgpack
6test_msgpack_SOURCES = test_msgpack.c
7test_msgpack_LDADD = \
9d4c8b2d
MJ
8 $(top_builddir)/src/libmsgpack/libmsgpack.la \
9 $(top_builddir)/tests/utils/libtap.a
49705576
FD
10
11test_msgpack_CFLAGS = $(AM_CFLAGS)
This page took 0.022901 seconds and 4 git commands to generate.