X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=d40cb4a4fea2fbb7327dd95bcb56cdbeb2145be1;hp=9d00bee4ecb79d73bf49dbb029106798ddaee7c2;hb=c311f25fefe74776065365274089b6c55175190a;hpb=1239a312e7e0e4c33948fdaf04e7637cb93c8b10 diff --git a/include/Makefile.am b/include/Makefile.am index 9d00bee4e..d40cb4a4f 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"; \ ## @@ -83,9 +83,11 @@ lttnginclude_HEADERS = \ lttng/lttng-error.h \ lttng/snapshot.h \ lttng/save.h \ + lttng/load.h \ version.h noinst_HEADERS = \ lttng/snapshot-internal.h \ lttng/health-internal.h \ - lttng/save-internal.h + lttng/save-internal.h \ + lttng/load-internal.h