X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=f6918b54c79d1d1466f8a34006f4168fc7a31999;hp=f8a207534bc0bd1425db36df2746578da618c461;hb=6d420eff669a3de55be3ee348f88a4e244b78ecf;hpb=757c48a28258e64fe251b6803ccdba7898590d70 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index f8a207534..f6918b54c 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects -SUBDIRS = string-utils +SUBDIRS = string-utils filter # Make sure to always distribute all folders # since SUBDIRS is decided at configure time. @@ -20,14 +20,15 @@ DIST_SUBDIRS = \ config \ consumer \ string-utils \ - fd-tracker - + fd-tracker \ + filter # Common library noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ actions/action.c \ + actions/group.c \ actions/notify.c \ actions/rotate-session.c \ actions/snapshot-session.c \ @@ -38,7 +39,7 @@ libcommon_la_SOURCES = \ common.h \ condition.c \ context.c context.h \ - credentials.h \ + credentials.c credentials.h \ daemonize.c daemonize.h \ defaults.c \ dynamic-array.c dynamic-array.h \ @@ -47,13 +48,22 @@ libcommon_la_SOURCES = \ error.c error.h \ evaluation.c \ event.c \ + event-rule/event-rule.c \ + event-rule/kprobe.c \ + event-rule/syscall.c \ + event-rule/uprobe.c \ + event-rule/tracepoint.c \ filter.c filter.h \ + fd-handle.c fd-handle.h \ fs-handle.c fs-handle.h fs-handle-internal.h \ futex.c futex.h \ + kernel-probe.c \ location.c \ mi-lttng.c mi-lttng.h \ notification.c \ optional.h \ + payload.c payload.h \ + payload-view.c payload-view.h \ pipe.c pipe.h \ readwrite.c readwrite.h \ runas.c runas.h \ @@ -71,6 +81,7 @@ libcommon_la_SOURCES = \ userspace-probe.c \ utils.c utils.h \ uuid.c uuid.h \ + thread.c thread.h \ tracker.c tracker.h \ waiter.c waiter.h @@ -83,7 +94,8 @@ libcommon_la_LIBADD = \ $(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/fd-tracker/libfd-tracker.la \ + $(top_builddir)/src/common/filter/libfilter.la if BUILD_LIB_COMPAT SUBDIRS += compat