Add a unittest program for clock synchronization modules
[lttv.git] / lttv / lttv / Makefile.am
index de0a170fa761b82b5c46b53c412f28e14ed2bf32..58fd59586badbaeda401fa484faef95e0d240d0f 100644 (file)
@@ -1,3 +1,5 @@
+SUBDIRS= sync
+
 AM_CFLAGS= $(PACKAGE_CFLAGS)
 LDADD = $(POPT_LIBS) $(M_LIBS) ${top_builddir}/ltt/liblttvtraceread.la
 
@@ -59,7 +61,8 @@ lttv_real_SOURCES = \
        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_linreg.c\
+       sync/event_analysis_chull.c
 
 lttvinclude_HEADERS = \
        attribute.h\
This page took 0.024255 seconds and 4 git commands to generate.