Refactoring: use an opaque lttng_tracker_id type
[lttng-tools.git] / src / common / Makefile.am
index a40ec0d2990ed569a579ae73c4a7cfd9bfad8a37..e7ceefe47cf8d5a1b9e0ad659103e507557cd44e 100644 (file)
@@ -22,7 +22,7 @@ DIST_SUBDIRS = \
 
 # Common library
 noinst_LTLIBRARIES = libcommon.la
-EXTRA_DIST = mi-lttng-3.0.xsd
+EXTRA_DIST = mi-lttng-4.0.xsd
 
 libcommon_la_SOURCES = \
        action.c \
@@ -62,6 +62,7 @@ libcommon_la_SOURCES = \
        userspace-probe.c \
        utils.c utils.h \
        uuid.c uuid.h \
+       tracker.c \
        waiter.c waiter.h
 
 if HAVE_ELF_H
This page took 0.024073 seconds and 5 git commands to generate.