sessiond: add tracer-agnostic trace hierarchy classes
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
index 5b5047f4306b48a04d2b8b0daaa4aaea8a578135..78e769ef6bd216ad2c418ef2b7737a7d245d079f 100644 (file)
@@ -57,7 +57,12 @@ liblttng_sessiond_common_la_SOURCES = utils.cpp utils.hpp \
                        tracker.cpp tracker.hpp \
                        event-notifier-error-accounting.cpp event-notifier-error-accounting.hpp \
                        action-executor.cpp action-executor.hpp\
-                       trigger-error-query.cpp
+                       trigger-error-query.cpp \
+                       field.hpp field.cpp \
+                       clock-class.hpp clock-class.cpp \
+                       event-class.hpp event-class.cpp \
+                       stream-class.hpp stream-class.cpp \
+                       trace-class.hpp trace-class.cpp
 
 if HAVE_LIBLTTNG_UST_CTL
 liblttng_sessiond_common_la_SOURCES += trace-ust.cpp ust-registry.cpp ust-app.cpp \
This page took 0.022789 seconds and 4 git commands to generate.