Move some functions around to improve overall structure
[lttv.git] / lttv / lttv / Makefile.am
index 791bf98977b1b483d3f93761cde630ef8597ac75..e98dcbf4bfd8a8d96174138e0079eeeaf2e85e48 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS= sync
 
 AM_CFLAGS= $(PACKAGE_CFLAGS)
-LDADD = $(POPT_LIBS) $(M_LIBS) ${top_builddir}/ltt/liblttvtraceread.la
+LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS) ${top_builddir}/ltt/liblttvtraceread.la
 
 bin_PROGRAMS = lttv.real
 
@@ -55,7 +55,9 @@ lttv_real_SOURCES = \
        traceset.c\
        filter.c\
        print.c\
+       sync/sync_chain.c\
        sync/sync_chain_lttv.c\
+       sync/graph_functions.c\
        sync/data_structures.c\
        sync/event_processing_lttng_common.c\
        sync/event_processing_lttng_standard.c\
This page took 0.022452 seconds and 4 git commands to generate.