X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=c86a1c5e09c0341c062033cfd39c86107915c9e0;hp=2c0019870f205787f940be1453dc286e953cdbe0;hb=3e3665b89947ebdd812bcfaca1090d22b34d5778;hpb=337d64f0c475bd9617f2fb86417071b65cae8330 diff --git a/include/Makefile.am b/include/Makefile.am index 2c0019870..c86a1c5e0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -82,7 +82,10 @@ lttnginclude_HEADERS = \ lttng/load.h \ lttng/endpoint.h \ lttng/rotation.h \ - lttng/location.h + lttng/location.h \ + lttng/userspace-probe.h \ + lttng/session-descriptor.h \ + lttng/destruction-handle.h lttngactioninclude_HEADERS= \ lttng/action/action.h \ @@ -92,6 +95,7 @@ lttngconditioninclude_HEADERS= \ lttng/condition/condition.h \ lttng/condition/buffer-usage.h \ lttng/condition/session-consumed-size.h \ + lttng/condition/session-rotation.h \ lttng/condition/evaluation.h lttngnotificationinclude_HEADERS= \ @@ -112,13 +116,18 @@ noinst_HEADERS = \ lttng/condition/buffer-usage-internal.h \ lttng/condition/session-consumed-size-internal.h \ lttng/condition/evaluation-internal.h \ + lttng/condition/session-rotation-internal.h \ lttng/notification/notification-internal.h \ lttng/trigger/trigger-internal.h \ lttng/endpoint-internal.h \ lttng/notification/channel-internal.h \ lttng/channel-internal.h \ + lttng/event-internal.h \ lttng/rotate-internal.h \ lttng/ref-internal.h \ lttng/location-internal.h \ + lttng/userspace-probe-internal.h \ + lttng/session-internal.h \ + lttng/session-descriptor-internal.h \ version.h \ version.i