Make the synchronization module interfaces more generic
[lttv.git] / lttv / lttv / Makefile.am
index 14be7bed009fb99f1e94ae0ac79a21156f666bb1..3738b81209dcfd0cae83a7e2f6a5d3d6e4d9dc91 100644 (file)
@@ -1,5 +1,7 @@
+SUBDIRS= sync
+
 AM_CFLAGS= $(PACKAGE_CFLAGS)
-LDADD = $(POPT_LIBS) ${top_builddir}/ltt/liblttvtraceread.la
+LDADD = $(POPT_LIBS) $(M_LIBS) ${top_builddir}/ltt/liblttvtraceread.la
 
 bin_PROGRAMS = lttv.real
 
@@ -52,7 +54,15 @@ lttv_real_SOURCES = \
        tracecontext.c\
        traceset.c\
        filter.c\
-       print.c
+       print.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_analysis_linreg.c\
+       sync/event_analysis_chull.c
 
 lttvinclude_HEADERS = \
        attribute.h\
This page took 0.023591 seconds and 4 git commands to generate.