X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2FMakefile.am;h=fbf6d6aad21d789f6588be9747787384d4288fe9;hb=ccf1db700d7477f4cd825ac435e2632443ee51f2;hp=de0a170fa761b82b5c46b53c412f28e14ed2bf32;hpb=70407e861d8430dbe06cc52e6fe4ed5c9cd0872a;p=lttv.git diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index de0a170f..fbf6d6aa 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -1,5 +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 @@ -52,14 +54,22 @@ lttv_real_SOURCES = \ tracecontext.c\ traceset.c\ filter.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 + print.c + +#Disabled by Mathieu Desnoyers (does not build on x86_64) +# 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_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\