Error early on invalid tracker type for UST domain
[lttng-tools.git] / src / common / Makefile.am
index 437bcd812f864972070e3d4b03df41fa672c7678..95935b76e6283b2ae9a9cdf1195c60f757848a67 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 \
@@ -95,7 +95,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.023697 seconds and 4 git commands to generate.