X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2FMakefile.am;h=e1d67756aa4d7bce8a5fac4cd0ef3b12e2b2f76d;hb=b91d16695a53ce2a6159640b5a3fe5a5ec2cd980;hp=a6b0b8a35b8a8e54e893573f0db9554d7dadfe7d;hpb=48b641c1f6320eca569b2894f253d9d815250d45;p=lttv.git diff --git a/lttv/lttv/sync/Makefile.am b/lttv/lttv/sync/Makefile.am index a6b0b8a3..e1d67756 100644 --- a/lttv/lttv/sync/Makefile.am +++ b/lttv/lttv/sync/Makefile.am @@ -5,13 +5,29 @@ check_PROGRAMS = unittest unittest_SOURCES = \ 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_linreg.c + event_analysis_eval.h\ + event_analysis_linreg.c\ + event_analysis_linreg.h\ + factor_reduction.h\ + factor_reduction_accuracy.c\ + factor_reduction_accuracy.h