X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=547857edb8f62e5072eeda76637cd4459d71876f;hb=5368d366c6c7f80ad941172a6bc9c6a5174cbdf0;hp=e813575a7d6eed44fee8b018f69d593a3d112f2c;hpb=d74df4226a1b4461c896d51a221afe38e07809a7;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index e813575a7..547857edb 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,8 +2,10 @@ lttnginclude_HEADERS = \ lttng/health.h \ lttng/lttng.h \ lttng/lttng-error.h \ - lttng/snapshot.h + lttng/snapshot.h \ + lttng/save.h noinst_HEADERS = \ lttng/snapshot-internal.h \ - lttng/health-internal.h + lttng/health-internal.h \ + lttng/save-internal.h