Fix: pass private data to context callbacks
[lttng-ust.git] / libmsgpack / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
49705576
FD
3AM_CFLAGS += -fno-strict-aliasing
4
5noinst_LTLIBRARIES = libmsgpack.la
6
7libmsgpack_la_SOURCES = \
8 msgpack.c msgpack.h
9
10libmsgpack_la_CFLAGS = -DUST_COMPONENT="libmsgpack" $(AM_CFLAGS)
This page took 0.022969 seconds and 4 git commands to generate.