sessiond: Add msgpack-c 3.3.0 to the tree
[lttng-tools.git] / src / vendor / msgpack / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 AM_CPPFLAGS = -I$(top_srcdir)/src
4
5 noinst_LTLIBRARIES = libmsgpack.la
6
7 AM_CFLAGS += -fvisibility=hidden
8
9 libmsgpack_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.030468 seconds and 4 git commands to generate.