X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2FMakefile.am;h=e1820febaa2ab11c83ac646572223611b9aa27cb;hb=fb4149176f186b5dadc0a073a8c3278486835059;hp=dbe9ed59db4b88b7cc14609835771d4cbfe76bcc;hpb=10341d26543c63ff318a4cf5cb163bccdc58b19d;p=lttv.git diff --git a/lttv/lttv/sync/Makefile.am b/lttv/lttv/sync/Makefile.am index dbe9ed59..e1820feb 100644 --- a/lttv/lttv/sync/Makefile.am +++ b/lttv/lttv/sync/Makefile.am @@ -1,11 +1,27 @@ 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_text.c\ + event_processing_text.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_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