Move code out of main.c and fix some issues
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
index de5a252caddb17a8f476883d279d30c1e67fe4e4..73be023024852df9113361f2ad85a3d50320fb8f 100644 (file)
@@ -20,7 +20,8 @@ lttng_sessiond_SOURCES = utils.c utils.h \
                        fd-limit.c fd-limit.h \
                        kernel-consumer.c kernel-consumer.h \
                        consumer.h filter.c filter.h \
-                       health.c health.h
+                       health.c health.h \
+                       cmd.c cmd.h
 
 if HAVE_LIBLTTNG_UST_CTL
 lttng_sessiond_SOURCES += trace-ust.c ust-app.c ust-consumer.c ust-consumer.h
This page took 0.023694 seconds and 4 git commands to generate.