X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2FMakefile.am;h=a89b55ba365486994d433f2c320326a584dcb689;hb=08365995afd45ea5f6f62f5d8fbc90961de5eacf;hp=4129f4b0c6f035dc894d74896decc04e7c96227d;hpb=14bc9b7c68fe5eb3d0177ed45bfced546957fdce;p=lttv.git diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index 4129f4b0..a89b55ba 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -1,5 +1,5 @@ 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 +52,29 @@ lttv_real_SOURCES = \ tracecontext.c\ traceset.c\ filter.c\ - print.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\ + sync/event_analysis_chull.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