X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2FMakefile.am;h=10729886b301bb81359b6ae14a781c2f8a4b4c71;hb=467066eeab8b0a4e5ea07d24f1840310730fd470;hp=4129f4b0c6f035dc894d74896decc04e7c96227d;hpb=14bc9b7c68fe5eb3d0177ed45bfced546957fdce;p=lttv.git diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index 4129f4b0..10729886 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,33 @@ lttv_real_SOURCES = \ tracecontext.c\ traceset.c\ filter.c\ - print.c + print.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_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\ + hook.h\ + iattribute.h\ + lttv.h\ + module.h\ + option.h\ + state.h\ + stats.h\ + tracecontext.h\ + traceset.h\ + filter.h\ + print.h #man_MANS = lttv.1 #EXTRA_DIST = lttv.1