Tests: race between consumer pause and trace start/stop
[lttng-tools.git] / include / Makefile.am
index bc105b0649c482d0959aa35325c8cdc8909f3733..7de634b8e8a9046d2ed6992de8a6a30e5bd31257 100644 (file)
@@ -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
This page took 0.023806 seconds and 4 git commands to generate.