Refactoring: use an opaque lttng_tracker_id type
[lttng-tools.git] / src / common / Makefile.am
index 437bcd812f864972070e3d4b03df41fa672c7678..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
@@ -95,7 +96,11 @@ SUBDIRS += sessiond-comm
 endif
 
 if BUILD_LIB_RELAYD
-SUBDIRS += relayd fd-tracker
+SUBDIRS += relayd
+endif
+
+if BUILD_LIB_FD_TRACKER
+SUBDIRS += fd-tracker
 endif
 
 if BUILD_LIB_KERNEL_CONSUMER
This page took 0.023901 seconds and 5 git commands to generate.