X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2FMakefile.am;h=791bf98977b1b483d3f93761cde630ef8597ac75;hb=d4721e1a5216f34570d7e10257f85601cb3991bc;hp=14be7bed009fb99f1e94ae0ac79a21156f666bb1;hpb=b10606ceb1579d3d9e9008804acbd689f858ac7c;p=lttv.git diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index 14be7bed..791bf989 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -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,18 @@ 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_broadcast.c\ + sync/event_matching_distributor.c\ + sync/event_matching_tcp.c\ + sync/event_analysis_chull.c\ + sync/event_analysis_eval.c\ + sync/event_analysis_linreg.c lttvinclude_HEADERS = \ attribute.h\