Fix: event-notifier: not propagating error counter indexes
[lttng-ust.git] / libmsgpack / Makefile.am
CommitLineData
49705576
FD
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
2AM_CFLAGS += -fno-strict-aliasing
3
4noinst_LTLIBRARIES = libmsgpack.la
5
6libmsgpack_la_SOURCES = \
7 msgpack.c msgpack.h
8
9libmsgpack_la_CFLAGS = -DUST_COMPONENT="libmsgpack" $(AM_CFLAGS)
This page took 0.023455 seconds and 4 git commands to generate.