X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=b75602b270ab6773677eb24c34d2db397c802bdf;hp=54fec49a2ecb1fd0eb3475cc8786df7c06520a9b;hb=d28fcdec589e6f0c98fed2f6c094defec58e2b24;hpb=1136f41bfcb45da596fcb147b38b3181223f87e1 diff --git a/include/Makefile.am b/include/Makefile.am index 54fec49a2..b75602b27 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -104,6 +104,7 @@ lttnginclude_HEADERS = \ lttng/domain.h \ lttng/event.h \ lttng/event-expr.h \ + lttng/event-field-value.h \ lttng/handle.h \ lttng/session.h \ lttng/lttng-error.h \ @@ -178,6 +179,7 @@ noinst_HEADERS = \ lttng/domain-internal.h \ lttng/event-internal.h \ lttng/event-expr-internal.h \ + lttng/event-field-value-internal.h \ lttng/rotate-internal.h \ lttng/ref-internal.h \ lttng/location-internal.h \