docs: Add supported versions and fix-backport policy
[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 sbuffer.h \
20 sysdep.h \
21 timestamp.h \
22 unpack.c \
23 unpack_define.h \
24 unpack.h \
25 unpack_template.h \
26 util.h \
27 version.c \
28 version.h \
29 version_master.h \
30 vrefbuffer.c \
31 vrefbuffer.h \
32 zbuffer.h \
33 zone.c \
34 zone.h
This page took 0.030368 seconds and 5 git commands to generate.