X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=12c5f883c396caefccda7d936148e53827865c20;hb=695f70446965aeac8b1118bb08d572630c96114d;hp=a22803cf38327135cc7c122438b47dee98d954f9;hpb=0a23a07d7db04d7e9f1fcf08a5824fccbf2b53da;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index a22803cf3..12c5f883c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -152,11 +152,13 @@ lttngtriggerinclude_HEADERS= \ lttngeventruleinclude_HEADERS= \ lttng/event-rule/event-rule.h \ + lttng/event-rule/jul-logging.h \ lttng/event-rule/kernel-kprobe.h \ lttng/event-rule/kernel-syscall.h \ - lttng/event-rule/tracepoint.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 = \ @@ -183,11 +185,13 @@ noinst_HEADERS = \ lttng/event-field-value-internal.h \ lttng/event-internal.h \ lttng/event-rule/event-rule-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/tracepoint-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 \