Move to kernel style SPDX license identifiers
[lttng-ust.git] / libmsgpack / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
4 AM_CFLAGS += -fno-strict-aliasing
5
6 noinst_LTLIBRARIES = libmsgpack.la
7
8 libmsgpack_la_SOURCES = \
9 msgpack.c msgpack.h
10
11 libmsgpack_la_CFLAGS = -DUST_COMPONENT="libmsgpack" $(AM_CFLAGS)
This page took 0.028849 seconds and 4 git commands to generate.