X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=7de634b8e8a9046d2ed6992de8a6a30e5bd31257;hp=bc105b0649c482d0959aa35325c8cdc8909f3733;hb=ff2b03c86766eba10a9fdee2ebeedf801efe83a3;hpb=a58c490f0bff52a73717d31d04d1472629180de2 diff --git a/include/Makefile.am b/include/Makefile.am index bc105b064..7de634b8e 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 \ @@ -109,4 +109,5 @@ noinst_HEADERS = \ lttng/notification/notification-internal.h \ lttng/trigger/trigger-internal.h \ lttng/endpoint-internal.h \ - lttng/notification/channel-internal.h + lttng/notification/channel-internal.h \ + lttng/channel-internal.h