X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=eba0fe5b8153ff37e571d857a466fdc7e850a5a7;hb=1eba9d6b2081a1e75e7f711ac02023dde773bef1;hp=48a898b67ce330bd8a67a8d65d55c6e739e5311a;hpb=aa08b4413291fabcbd1b1144377d37034ad361de;p=ust.git diff --git a/include/Makefile.am b/include/Makefile.am index 48a898b..eba0fe5 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,4 +1,20 @@ -nobase_include_HEADERS = ust/immediate.h ust/kernelcompat.h ust/marker.h \ - ust/tracepoint.h +nobase_include_HEADERS = \ + ust/immediate.h \ + ust/marker.h \ + ust/tracepoint.h \ + ust/processor.h \ + ust/probe.h \ + ust/ust.h \ + ust/tracectl.h \ + ust/core.h \ + ust/type-serializer.h \ + ust/kcompat/kcompat.h \ + ust/kcompat/compiler.h \ + ust/kcompat/disable.h \ + ust/kcompat/hlist.h \ + ust/kcompat/jhash.h \ + ust/kcompat/kref.h \ + ust/kcompat/simple.h \ + ust/kcompat/types.h -noinst_HEADERS = share.h usterr.h +noinst_HEADERS = share.h usterr.h ust_snprintf.h