X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=cbd8861fc83bd6a8d82fa74b38a038b139c9cccb;hb=aa3acc4e196b83d981d11f508a7fffb99b6d5722;hp=24f2f57aa2479a22093fdf802b290539cd6afd4e;hpb=88564da09144e7fd1202fe79aff1371478a69ecf;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 24f2f57aa..cbd8861fc 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,7 +9,7 @@ version.h: ## the locations of the version.h and version.h.tmpl files ## @echo -n "Generating version.h ... " - @(version_h_tmpl="$(top_builddir)/include/version.h.tmpl"; \ + @(version_h_tmpl="$(top_srcdir)/include/version.h.tmpl"; \ if [ -f "$${version_h_tmpl}" ]; then \ version_h="$(top_builddir)/include/version.h"; \ ## @@ -74,6 +74,12 @@ version.h: lttnginclude_HEADERS = \ lttng/health.h \ lttng/lttng.h \ + lttng/constant.h \ + lttng/channel.h \ + lttng/domain.h \ + lttng/event.h \ + lttng/handle.h \ + lttng/session.h \ lttng/lttng-error.h \ lttng/snapshot.h \ lttng/save.h \