X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=6fe724b3ae0ee0605f9d97aff4cc0ebe4f4c5761;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hp=a49d37d5c64cc201675b1ea8a8d5dcdfb9359ace;hpb=ad63a966ae7a204528fa77599f92100d7341be7a;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index a49d37d5c..6fe724b3a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -115,6 +115,7 @@ lttnginclude_HEADERS = \ lttng/location.h \ lttng/log-level-rule.h \ lttng/lttng-error.h \ + lttng/lttng-export.h \ lttng/lttng.h \ lttng/rotation.h \ lttng/save.h \ @@ -128,6 +129,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 \ @@ -151,15 +153,20 @@ lttngtriggerinclude_HEADERS= \ lttngeventruleinclude_HEADERS= \ lttng/event-rule/event-rule.h \ - lttng/event-rule/kernel-probe.h \ - lttng/event-rule/syscall.h \ - lttng/event-rule/userspace-probe.h \ - lttng/event-rule/tracepoint.h + lttng/event-rule/jul-logging.h \ + lttng/event-rule/kernel-kprobe.h \ + lttng/event-rule/kernel-syscall.h \ + lttng/event-rule/kernel-tracepoint.h \ + lttng/event-rule/kernel-uprobe.h \ + lttng/event-rule/log4j-logging.h \ + lttng/event-rule/python-logging.h \ + lttng/event-rule/user-tracepoint.h 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 \ @@ -179,10 +186,14 @@ noinst_HEADERS = \ lttng/event-field-value-internal.h \ 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/tracepoint-internal.h \ - lttng/event-rule/userspace-probe-internal.h \ + lttng/event-rule/jul-logging-internal.h \ + lttng/event-rule/kernel-kprobe-internal.h \ + lttng/event-rule/kernel-syscall-internal.h \ + lttng/event-rule/kernel-tracepoint-internal.h \ + lttng/event-rule/kernel-uprobe-internal.h \ + lttng/event-rule/log4j-logging-internal.h \ + lttng/event-rule/python-logging-internal.h \ + lttng/event-rule/user-tracepoint-internal.h \ lttng/health-internal.h \ lttng/kernel-probe-internal.h \ lttng/load-internal.h \