Rename group action files to list files
[lttng-tools.git] / src / common / Makefile.am
index b90b8854c64f6a9cf80f488e9943b7b336d875d1..df278fa4796cf497bcb70e573061c92aaf1eec46 100644 (file)
@@ -35,7 +35,7 @@ EXTRA_DIST = mi-lttng-4.0.xsd
 
 libcommon_la_SOURCES = \
        actions/action.c \
-       actions/group.c \
+       actions/list.c \
        actions/notify.c \
        actions/rotate-session.c \
        actions/snapshot-session.c \
@@ -46,7 +46,7 @@ libcommon_la_SOURCES = \
        common.h \
        conditions/buffer-usage.c \
        conditions/condition.c \
-       conditions/on-event.c \
+       conditions/event-rule-matches.c \
        conditions/session-consumed-size.c \
        conditions/session-rotation.c \
        context.c context.h \
@@ -58,6 +58,7 @@ libcommon_la_SOURCES = \
        dynamic-buffer.c dynamic-buffer.h \
        endpoint.c \
        error.c error.h \
+       error-query.c \
        evaluation.c \
        event.c \
        event-expr-to-bytecode.c event-expr-to-bytecode.h \
This page took 0.023857 seconds and 4 git commands to generate.