X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2FMakefile.am;h=3738b81209dcfd0cae83a7e2f6a5d3d6e4d9dc91;hb=10341d26543c63ff318a4cf5cb163bccdc58b19d;hp=de0a170fa761b82b5c46b53c412f28e14ed2bf32;hpb=70407e861d8430dbe06cc52e6fe4ed5c9cd0872a;p=lttv.git diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index de0a170f..3738b812 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS= sync + AM_CFLAGS= $(PACKAGE_CFLAGS) LDADD = $(POPT_LIBS) $(M_LIBS) ${top_builddir}/ltt/liblttvtraceread.la @@ -53,13 +55,14 @@ lttv_real_SOURCES = \ 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/sync_chain_lttv.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_tcp.c\ - sync/event_analysis_linreg.c + sync/event_analysis_linreg.c\ + sync/event_analysis_chull.c lttvinclude_HEADERS = \ attribute.h\