X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=c7220f703999a6b7adc573e74f12236bc31045d8;hp=9df1790fba9841f12052a9b8634b3d0d142dcc6b;hb=116a02e33a6aba03128c268c333e1c35584848d2;hpb=ae20d1bd206b317393846accdc45082d7c37b571 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 9df1790fb..c7220f703 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -2,7 +2,11 @@ AUTOMAKE_OPTIONS = subdir-objects -SUBDIRS = string-utils filter +SUBDIRS = \ + string-utils \ + bytecode \ + filter \ + argpar # Make sure to always distribute all folders # since SUBDIRS is decided at configure time. @@ -21,7 +25,10 @@ DIST_SUBDIRS = \ consumer \ string-utils \ fd-tracker \ - filter + bytecode \ + filter \ + argpar + # Common library noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd @@ -38,6 +45,7 @@ libcommon_la_SOURCES = \ common.h \ conditions/buffer-usage.c \ conditions/condition.c \ + conditions/event-rule.c \ conditions/session-consumed-size.c \ conditions/session-rotation.c \ context.c context.h \ @@ -51,6 +59,7 @@ libcommon_la_SOURCES = \ 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 \ @@ -92,11 +101,13 @@ libcommon_la_SOURCES += \ endif libcommon_la_LIBADD = \ + $(top_builddir)/src/common/bytecode/libbytecode.la \ $(top_builddir)/src/common/config/libconfig.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