X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2FMakefile.am;h=ab4665d5ba6f0d370dbed46fef9391a2c3e3faff;hp=24cbf09d8ad21553b5cc38ce4389879035fd008b;hb=8abe313a6c4f251063e4b72ddd47ce8107384d71;hpb=932a07e0e7c9d73e72379bab1970bbd75024b436 diff --git a/include/Makefile.am b/include/Makefile.am index 24cbf09d8..ab4665d5b 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= \ @@ -110,4 +111,6 @@ noinst_HEADERS = \ lttng/trigger/trigger-internal.h \ lttng/endpoint-internal.h \ lttng/notification/channel-internal.h \ - lttng/channel-internal.h + lttng/channel-internal.h \ + lttng/rotate-internal.h \ + lttng/ref-internal.h