X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=b75602b270ab6773677eb24c34d2db397c802bdf;hb=d28fcdec589e6f0c98fed2f6c094defec58e2b24;hp=957a01d25d171ed1000a099f6ec1dbb7a3002d02;hpb=683d081a7f3734fcb5c8dd4424b0aa102117d1a0;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 957a01d25..b75602b27 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -103,6 +103,8 @@ lttnginclude_HEADERS = \ lttng/channel.h \ 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 \ @@ -176,6 +178,8 @@ noinst_HEADERS = \ lttng/channel-internal.h \ 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 \