X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2FMakefile.am;h=e1d67756aa4d7bce8a5fac4cd0ef3b12e2b2f76d;hb=33cc940080732f7d403b90c7cbfa8514fe1fd83f;hp=5c7ead0a2b89df7e389714dd7482c22fade06692;hpb=f10c27a850e57bf88bf1d4440eb450729782f409;p=lttv.git diff --git a/lttv/lttv/sync/Makefile.am b/lttv/lttv/sync/Makefile.am index 5c7ead0a..e1d67756 100644 --- a/lttv/lttv/sync/Makefile.am +++ b/lttv/lttv/sync/Makefile.am @@ -1,12 +1,33 @@ AM_CFLAGS= $(PACKAGE_CFLAGS) -LDADD = $(M_LIBS) +LDADD = $(M_LIBS) $(GLPK_LIBS) check_PROGRAMS = unittest unittest_SOURCES = \ - unittest.c\ data_structures.c\ + data_structures.h\ + graph_functions.c\ + graph_functions.h\ + sync_chain.c\ + sync_chain.h\ + sync_chain_unittest.c\ + event_processing.h\ + event_processing_text.c\ + event_processing_text.h\ + event_matching.h\ event_matching_broadcast.c\ + event_matching_broadcast.h\ + event_matching_distributor.c\ + event_matching_distributor.h\ event_matching_tcp.c\ + event_matching_tcp.h\ + event_analysis.h\ + event_analysis_chull.c\ + event_analysis_chull.h\ + event_analysis_eval.c\ + event_analysis_eval.h\ event_analysis_linreg.c\ - event_analysis_chull.c + event_analysis_linreg.h\ + factor_reduction.h\ + factor_reduction_accuracy.c\ + factor_reduction_accuracy.h