X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=cb6209d92c02f9f0cd5f71386ee6da8747886d45;hb=b99a0cb3edd93f55e712096a352d64b79d4716bb;hp=994c511663da0e157445cc3940d0bb7cfcbdac5d;hpb=85b053182c4e300c717483ad231f5c04cbf5e4b7;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 994c51166..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 \ @@ -130,7 +131,8 @@ lttngactioninclude_HEADERS= \ lttng/action/rotate-session.h \ lttng/action/snapshot-session.h \ lttng/action/start-session.h \ - lttng/action/stop-session.h + lttng/action/stop-session.h \ + lttng/action/rate-policy.h lttngconditioninclude_HEADERS= \ lttng/condition/condition.h \ @@ -162,6 +164,7 @@ noinst_HEADERS = \ lttng/action/snapshot-session-internal.h \ lttng/action/start-session-internal.h \ lttng/action/stop-session-internal.h \ + lttng/action/rate-policy-internal.h \ lttng/channel-internal.h \ lttng/condition/buffer-usage-internal.h \ lttng/condition/condition-internal.h \ @@ -171,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 \