X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2FMakefile.am;h=bd649b6b6144bcb604eeed9516723b8e6dd75997;hb=730c53dc7daf938d99745ea8970e038e1a47f096;hp=c6e92b83f6d0cda0e2014b0f53a41496d5876829;hpb=3c82ede91f6c984248977a5f81eed3f7d1badfce;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index c6e92b83..bd649b6b 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 \