Move on-event*.* to event-rule-matches*.*
[lttng-tools.git] / include / Makefile.am
index 94a421b0ab94147e69f19c2ccd9f1f9a737c8a00..1ced46c2b4c6d93dc07f9d9ab26fbec137c32572 100644 (file)
@@ -104,6 +104,7 @@ lttnginclude_HEADERS = \
        lttng/destruction-handle.h \
        lttng/domain.h \
        lttng/endpoint.h \
+       lttng/error-query.h \
        lttng/event-expr.h \
        lttng/event-field-value.h \
        lttng/event.h \
@@ -136,7 +137,7 @@ lttngactioninclude_HEADERS= \
 lttngconditioninclude_HEADERS= \
        lttng/condition/condition.h \
        lttng/condition/buffer-usage.h \
-       lttng/condition/on-event.h \
+       lttng/condition/event-rule-matches.h \
        lttng/condition/session-consumed-size.h \
        lttng/condition/session-rotation.h \
        lttng/condition/evaluation.h
@@ -168,11 +169,12 @@ noinst_HEADERS = \
        lttng/condition/buffer-usage-internal.h \
        lttng/condition/condition-internal.h \
        lttng/condition/evaluation-internal.h \
-       lttng/condition/on-event-internal.h \
+       lttng/condition/event-rule-matches-internal.h \
        lttng/condition/session-consumed-size-internal.h \
        lttng/condition/session-rotation-internal.h \
        lttng/domain-internal.h \
        lttng/endpoint-internal.h \
+       lttng/error-query-internal.h \
        lttng/event-expr-internal.h \
        lttng/event-field-value-internal.h \
        lttng/event-internal.h \
This page took 0.024459 seconds and 4 git commands to generate.