X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=6fe724b3ae0ee0605f9d97aff4cc0ebe4f4c5761;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hp=05ec828727ca1428c6078b4dfa0ac7a08f931c4d;hpb=b47b01d8f6e8147f39def009154a58ca393a744b;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 05ec82872..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 \ @@ -155,9 +156,10 @@ lttngeventruleinclude_HEADERS= \ 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 = \ @@ -187,9 +189,10 @@ noinst_HEADERS = \ 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 \