Add a unittest program for clock synchronization modules
[lttv.git] / lttv / lttv / Makefile.am
index a522a33b9f36aeae639a4d9e381a6cb7633ad567..58fd59586badbaeda401fa484faef95e0d240d0f 100644 (file)
@@ -1,3 +1,5 @@
+SUBDIRS= sync
+
 AM_CFLAGS= $(PACKAGE_CFLAGS)
 LDADD = $(POPT_LIBS) $(M_LIBS) ${top_builddir}/ltt/liblttvtraceread.la
 
@@ -51,9 +53,16 @@ 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\
+       sync/event_analysis_chull.c
 
 lttvinclude_HEADERS = \
        attribute.h\
This page took 0.023437 seconds and 4 git commands to generate.