sessiond: Add msgpack-c 3.3.0 to the tree
[lttng-tools.git] / src / common / Makefile.am
index cfb935c5ad2b2dc6d43c088478f95fdbc8002f43..c7220f703999a6b7adc573e74f12236bc31045d8 100644 (file)
@@ -59,6 +59,7 @@ libcommon_la_SOURCES = \
        error.c error.h \
        evaluation.c \
        event.c \
        error.c error.h \
        evaluation.c \
        event.c \
+       event-expr-to-bytecode.c event-expr-to-bytecode.h \
        event-rule/event-rule.c \
        event-rule/kprobe.c \
        event-rule/syscall.c \
        event-rule/event-rule.c \
        event-rule/kprobe.c \
        event-rule/syscall.c \
@@ -105,7 +106,8 @@ libcommon_la_LIBADD = \
        $(top_builddir)/src/common/compat/libcompat.la \
        $(top_builddir)/src/common/hashtable/libhashtable.la \
        $(top_builddir)/src/common/fd-tracker/libfd-tracker.la \
        $(top_builddir)/src/common/compat/libcompat.la \
        $(top_builddir)/src/common/hashtable/libhashtable.la \
        $(top_builddir)/src/common/fd-tracker/libfd-tracker.la \
-       $(top_builddir)/src/common/filter/libfilter.la
+       $(top_builddir)/src/common/filter/libfilter.la \
+       $(top_builddir)/src/vendor/msgpack/libmsgpack.la
 
 if BUILD_LIB_COMPAT
 SUBDIRS += compat
 
 if BUILD_LIB_COMPAT
 SUBDIRS += compat
This page took 0.023036 seconds and 4 git commands to generate.