X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2FMakefile.am;h=e98dcbf4bfd8a8d96174138e0079eeeaf2e85e48;hb=665fdbb70138df57711a6d90924836952add7ff1;hp=f81466f17237613944bb4c114d70d87d68d4fe0a;hpb=cdce23b31002139312fbf30f7afa0808a825d841;p=lttv.git diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index f81466f1..e98dcbf4 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS= sync AM_CFLAGS= $(PACKAGE_CFLAGS) -LDADD = $(POPT_LIBS) $(M_LIBS) ${top_builddir}/ltt/liblttvtraceread.la +LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS) ${top_builddir}/ltt/liblttvtraceread.la bin_PROGRAMS = lttv.real @@ -55,16 +55,19 @@ lttv_real_SOURCES = \ traceset.c\ filter.c\ print.c\ + sync/sync_chain.c\ sync/sync_chain_lttv.c\ + sync/graph_functions.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_matching_distributor.c\ + sync/event_matching_tcp.c\ sync/event_analysis_chull.c\ - sync/event_analysis_eval.c + sync/event_analysis_eval.c\ + sync/event_analysis_linreg.c lttvinclude_HEADERS = \ attribute.h\