Add a module to evaluate the quality of synchronization
[lttv.git] / lttv / lttv / Makefile.am
index 58fd59586badbaeda401fa484faef95e0d240d0f..f81466f17237613944bb4c114d70d87d68d4fe0a 100644 (file)
@@ -55,14 +55,16 @@ lttv_real_SOURCES = \
        traceset.c\
        filter.c\
        print.c\
-       sync/sync_chain.c\
-       sync/data_structures_tcp.c\
-       sync/event_processing_lttv_common.c\
-       sync/event_processing_lttv_standard.c\
-       sync/event_processing_lttv_null.c\
+       sync/sync_chain_lttv.c\
+       sync/data_structures.c\
+       sync/event_processing_lttng_common.c\
+       sync/event_processing_lttng_standard.c\
+       sync/event_processing_lttng_null.c\
        sync/event_matching_tcp.c\
+       sync/event_matching_broadcast.c\
        sync/event_analysis_linreg.c\
-       sync/event_analysis_chull.c
+       sync/event_analysis_chull.c\
+       sync/event_analysis_eval.c
 
 lttvinclude_HEADERS = \
        attribute.h\
This page took 0.023958 seconds and 4 git commands to generate.