X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=6fe724b3ae0ee0605f9d97aff4cc0ebe4f4c5761;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hp=0b0dabd3dcbf5e42873bb0ec434d67f8891cac75;hpb=138d6838d156cb4a36a738658d5f7f67c5e96ec5;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 0b0dabd3d..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,10 +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 = \ @@ -188,10 +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 \