X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;fp=include%2FMakefile.am;h=0b0dabd3dcbf5e42873bb0ec434d67f8891cac75;hp=05ec828727ca1428c6078b4dfa0ac7a08f931c4d;hb=138d6838d156cb4a36a738658d5f7f67c5e96ec5;hpb=b47b01d8f6e8147f39def009154a58ca393a744b diff --git a/include/Makefile.am b/include/Makefile.am index 05ec82872..0b0dabd3d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -158,6 +158,7 @@ lttngeventruleinclude_HEADERS= \ 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/user-tracepoint.h noinst_HEADERS = \ @@ -190,6 +191,7 @@ noinst_HEADERS = \ 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/user-tracepoint-internal.h \ lttng/health-internal.h \ lttng/kernel-probe-internal.h \