Fix build: fd-tracker is not part of librelayd
[lttng-tools.git] / src / common / Makefile.am
index 437bcd812f864972070e3d4b03df41fa672c7678..a40ec0d2990ed569a579ae73c4a7cfd9bfad8a37 100644 (file)
@@ -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.022961 seconds and 4 git commands to generate.