Rename lttng_event_rule_syscall to lttng_event_rule_kernel_syscall
[lttng-tools.git] / include / Makefile.am
index a49d37d5c64cc201675b1ea8a8d5dcdfb9359ace..2f403fe0a2123673f1230904020cc0be93fc5aee 100644 (file)
@@ -128,6 +128,7 @@ lttngactioninclude_HEADERS= \
        lttng/action/action.h \
        lttng/action/list.h \
        lttng/action/notify.h \
+       lttng/action/path.h \
        lttng/action/rotate-session.h \
        lttng/action/snapshot-session.h \
        lttng/action/start-session.h \
@@ -152,7 +153,7 @@ lttngtriggerinclude_HEADERS= \
 lttngeventruleinclude_HEADERS= \
        lttng/event-rule/event-rule.h \
        lttng/event-rule/kernel-probe.h \
-       lttng/event-rule/syscall.h \
+       lttng/event-rule/kernel-syscall.h \
        lttng/event-rule/userspace-probe.h \
        lttng/event-rule/tracepoint.h
 
@@ -160,6 +161,7 @@ noinst_HEADERS = \
        lttng/action/action-internal.h \
        lttng/action/list-internal.h \
        lttng/action/notify-internal.h \
+       lttng/action/path-internal.h \
        lttng/action/rotate-session-internal.h \
        lttng/action/snapshot-session-internal.h \
        lttng/action/start-session-internal.h \
@@ -180,7 +182,7 @@ noinst_HEADERS = \
        lttng/event-internal.h \
        lttng/event-rule/event-rule-internal.h \
        lttng/event-rule/kernel-probe-internal.h \
-       lttng/event-rule/syscall-internal.h \
+       lttng/event-rule/kernel-syscall-internal.h \
        lttng/event-rule/tracepoint-internal.h \
        lttng/event-rule/userspace-probe-internal.h \
        lttng/health-internal.h \
This page took 0.037299 seconds and 4 git commands to generate.