lttng-view: clean-up: move `--viewer` code to specific file
[lttng-tools.git] / src / common / Makefile.am
index 261e1e0760971ba6aaff2357881301a7480eade5..cca159e564b53ba6b7f74d303d3e30af17fa4013 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 AUTOMAKE_OPTIONS = subdir-objects
 
 SUBDIRS = string-utils
@@ -53,6 +55,7 @@ libcommon_la_SOURCES = \
        session-consumed-size.c \
        session-descriptor.c \
        session-rotation.c \
+       spawn-viewer.c spawn-viewer.h \
        time.c \
        trace-chunk.c trace-chunk.h \
        trace-chunk-registry.h \
@@ -62,7 +65,7 @@ libcommon_la_SOURCES = \
        userspace-probe.c \
        utils.c utils.h \
        uuid.c uuid.h \
-       tracker.c \
+       tracker.c tracker.h \
        waiter.c waiter.h \
        fs-handle.h fs-handle-internal.h fs-handle.c
 
This page took 0.024179 seconds and 5 git commands to generate.