X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=cb6209d92c02f9f0cd5f71386ee6da8747886d45;hb=64c34630769271a77e5eb8254452e466809ce4d9;hp=a75f6c3d21a26b6e9515a8c226b952360200ab6d;hpb=347f2c91cf45bc224d43465e4f3b279a0028f428;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index a75f6c3d2..cb6209d92 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 \ @@ -131,7 +132,7 @@ lttngactioninclude_HEADERS= \ lttng/action/snapshot-session.h \ lttng/action/start-session.h \ lttng/action/stop-session.h \ - lttng/action/firing-policy.h + lttng/action/rate-policy.h lttngconditioninclude_HEADERS= \ lttng/condition/condition.h \ @@ -163,7 +164,7 @@ noinst_HEADERS = \ lttng/action/snapshot-session-internal.h \ lttng/action/start-session-internal.h \ lttng/action/stop-session-internal.h \ - lttng/action/firing-policy-internal.h \ + lttng/action/rate-policy-internal.h \ lttng/channel-internal.h \ lttng/condition/buffer-usage-internal.h \ lttng/condition/condition-internal.h \ @@ -173,6 +174,7 @@ noinst_HEADERS = \ 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 \