Generate session name and default output on sessiond's end
[lttng-tools.git] / include / Makefile.am
index 2da03f493b4eef18eecda6681b101195ebd2348f..7f27cc82fe407d0742c567054d42e7617ffcbb53 100644 (file)
@@ -82,7 +82,9 @@ 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
 
 lttngactioninclude_HEADERS= \
        lttng/action/action.h \
@@ -119,8 +121,12 @@ noinst_HEADERS = \
        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
This page took 0.024909 seconds and 5 git commands to generate.