X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=ab5aa5375794501cc5b75930b1b7e123f6f488a2;hp=79597f4f2bc81984819bbc88dd7d5852010c1c4d;hb=0dda67289b8a86fd3f117d644f00f2985d399208;hpb=7f5ed73a87449fc7133a2bf7268a7f59f191e155 diff --git a/include/Makefile.am b/include/Makefile.am index 79597f4f2..ab5aa5375 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -51,6 +51,9 @@ version_verbose_0 = @echo " GEN " $@; version.i: $(version_verbose)rm -f version.i.tmp; \ + if (test ! -f version.i && test -f "$(top_srcdir)/include/version.i"); then \ + cp "$(top_srcdir)/include/version.i" version.i; \ + fi; \ if (test -r "$(top_srcdir)/bootstrap" && test -r "$(top_srcdir)/.git") && \ test -x "`which git 2>&1;true`"; then \ GIT_VERSION_STR="`cd "$(top_srcdir)" && git describe --tags --dirty`"; \ @@ -110,7 +113,9 @@ lttnginclude_HEADERS = \ lttng/location.h \ lttng/userspace-probe.h \ lttng/session-descriptor.h \ - lttng/destruction-handle.h + lttng/destruction-handle.h \ + lttng/clear.h \ + lttng/clear-handle.h lttngactioninclude_HEADERS= \ lttng/action/action.h \