Split the synchronization code into modules
[lttv.git] / lttv / lttv / Makefile.am
index a522a33b9f36aeae639a4d9e381a6cb7633ad567..de0a170fa761b82b5c46b53c412f28e14ed2bf32 100644 (file)
@@ -51,9 +51,15 @@ lttv_real_SOURCES = \
        stats.c\
        tracecontext.c\
        traceset.c\
-       sync.c\
        filter.c\
-       print.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/event_matching_tcp.c\
+       sync/event_analysis_linreg.c
 
 lttvinclude_HEADERS = \
        attribute.h\
This page took 0.022229 seconds and 4 git commands to generate.