X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=547857edb8f62e5072eeda76637cd4459d71876f;hp=d30101f8eb729ca6c696c7fe4d75334c9623c3db;hb=00c76ceaeb0074e47167be56c0920284e6a0360e;hpb=2e442863aa3cf0488f358461f3bfb87b2497d788 diff --git a/include/Makefile.am b/include/Makefile.am index d30101f8e..547857edb 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,3 +1,11 @@ -#nobase_include_HEADERS = lttng/lttng.h +lttnginclude_HEADERS = \ + lttng/health.h \ + lttng/lttng.h \ + lttng/lttng-error.h \ + lttng/snapshot.h \ + lttng/save.h -noinst_HEADERS = lttngerr.h lttng-kernel.h lttng-kconsumerd.h lttng-share.h +noinst_HEADERS = \ + lttng/snapshot-internal.h \ + lttng/health-internal.h \ + lttng/save-internal.h