X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=7a3535b3049d21e730d7205ad1c543cf35be1767;hb=259c267446a63c501298f39a5d2397314b11f729;hp=bc105b0649c482d0959aa35325c8cdc8909f3733;hpb=a58c490f0bff52a73717d31d04d1472629180de2;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index bc105b064..7a3535b30 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= \ @@ -109,4 +110,6 @@ 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 \ + lttng/rotate-internal.h