X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=bd649b6b6144bcb604eeed9516723b8e6dd75997;hb=1a2b34be02beefee0c5def81edf8a6487616aad2;hp=c6e92b83f6d0cda0e2014b0f53a41496d5876829;hpb=3c82ede91f6c984248977a5f81eed3f7d1badfce;p=ust.git diff --git a/include/Makefile.am b/include/Makefile.am index c6e92b8..bd649b6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,7 +2,8 @@ nobase_include_HEADERS = \ ust/marker.h \ ust/tracepoint.h \ ust/tracepoint_event.h \ - ust/probe.h + ust/probe.h \ + ust/version.h noinst_HEADERS = \ share.h \ @@ -19,7 +20,6 @@ noinst_HEADERS = \ ust/kcompat/kcompat.h \ ust/kcompat/jhash.h \ ust/kcompat/compiler.h \ - ust/kcompat/simple.h \ ust/kcompat/types.h \ ust/tracectl.h \ ust/ustctl.h \