fix: unix socket peercred on FreeBSD
[lttng-ust.git] / tests / unit / libmsgpack / Makefile.am
CommitLineData
49705576
FD
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
2
3noinst_PROGRAMS = test_msgpack
4test_msgpack_SOURCES = test_msgpack.c
5test_msgpack_LDADD = \
6 $(top_builddir)/libmsgpack/libmsgpack.la \
7 $(top_builddir)/tests/utils/libtap.a
8
9test_msgpack_CFLAGS = $(AM_CFLAGS)
This page took 0.022972 seconds and 4 git commands to generate.