X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=ae9264eab3783df3c6409b42faac3343ef7a1db4;hb=d88744a44aa5f2ca90ab87946692b9eed3120641;hp=24cbf09d8ad21553b5cc38ce4389879035fd008b;hpb=932a07e0e7c9d73e72379bab1970bbd75024b436;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 24cbf09d8..ae9264eab 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -21,7 +21,7 @@ version.h: ## ## Check whether we are in a git repo. ## - git_describe="$$($(GIT_DESCRIBE_CMD) 2>/dev/null)"; \ + git_describe="`$(GIT_DESCRIBE_CMD) 2>/dev/null`"; \ if [ $$? -eq 0 ]; then \ git_version="$${git_describe}"; \ else \ @@ -78,6 +78,7 @@ lttnginclude_HEADERS = \ lttng/save.h \ lttng/load.h \ lttng/endpoint.h \ + lttng/rotation.h \ version.h.tmpl lttngactioninclude_HEADERS= \