X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=419561eb1d2bd7499330ca428e95782152a42cde;hb=7d03a1923ee8d9f96edd3b0d8771931e473c8e19;hp=e73cc1fa95f65c203eeba5c06ad17b5dbbe7c625;hpb=d8621b3ea82b7fc1937b0eefb2b1316b2ce361a5;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index e73cc1fa..419561eb 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -38,9 +38,17 @@ noinst_HEADERS += \ ### ### noinst_LTLIBRARIES = \ + msgpack/libmsgpack.la \ snprintf/libsnprintf.la \ libcommon.la +# msgpack +msgpack_libmsgpack_la_SOURCES = \ + msgpack/msgpack.c \ + msgpack/msgpack.h + +msgpack_libmsgpack_la_CFLAGS = -DUST_COMPONENT="libmsgpack" $(AM_CFLAGS) + # snprintf snprintf_libsnprintf_la_SOURCES = \ snprintf/fflush.c \ @@ -63,6 +71,7 @@ libcommon_la_SOURCES = \ patient.c libcommon_la_LIBADD = \ + msgpack/libmsgpack.la \ snprintf/libsnprintf.la EXTRA_DIST = snprintf/README