SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / src / vendor / msgpack / Makefile.am
CommitLineData
2463b787
JR
1# SPDX-License-Identifier: GPL-2.0-only
2
3AM_CPPFLAGS = -I$(top_srcdir)/src
4
5noinst_LTLIBRARIES = libmsgpack.la
6
7AM_CFLAGS += -fvisibility=hidden
8
9libmsgpack_la_SOURCES = \
10 fbuffer.h \
11 gcc_atomic.h \
12 lttng-config.h \
13 msgpack.h \
14 objectc.c \
15 object.h \
16 pack_define.h \
17 pack.h \
18 pack_template.h \
19 predef.h \
20 sbuffer.h \
21 sysdep.h \
22 timestamp.h \
23 unpack.c \
24 unpack_define.h \
25 unpack.h \
26 unpack_template.h \
27 util.h \
28 version.c \
29 version.h \
30 version_master.h \
31 vrefbuffer.c \
32 vrefbuffer.h \
33 zbuffer.h \
34 zone.c \
35 zone.h
This page took 0.024784 seconds and 5 git commands to generate.