SoW-2020-0002: Trace Hit Counters: Implement key-addressed counters in shared memory...
[deliverable/lttng-ust.git] / libmsgpack / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
2 AM_CFLAGS += -fno-strict-aliasing
3
4 noinst_LTLIBRARIES = libmsgpack.la
5
6 libmsgpack_la_SOURCES = \
7 msgpack.c msgpack.h
8
9 libmsgpack_la_CFLAGS = -DUST_COMPONENT="libmsgpack" $(AM_CFLAGS)
This page took 0.030613 seconds and 5 git commands to generate.