Initial port of the state system to the LTTng 2.0 trace format
[lttv.git] / lttv / lttv / Makefile.am
index b273d47574cd3cd015a04c3469835223d4c31e4f..74b3b03dacbe78bda7ae488417e716be8e8b47f8 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS= sync
 
 AM_CFLAGS= $(PACKAGE_CFLAGS)
-LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS) ${top_builddir}/ltt/liblttvtraceread.la
+LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS)
 
 bin_PROGRAMS = lttv.real
 
@@ -41,8 +41,11 @@ libdir = ${lttvplugindir}
 #noinst_HEADERS = \
 #      filter.h
 
+#disabled for babeltrace port  batchtest.c stats.c     tracecontext.c  filter.c
+
+
+
 lttv_real_SOURCES = \
-       batchtest.c\
        main.c\
        module.c\
        option.c\
@@ -50,12 +53,13 @@ lttv_real_SOURCES = \
        attribute.c\
        iattribute.c\
        state.c\
-       stats.c\
-       tracecontext.c\
        traceset.c\
-       filter.c\
+       traceset-process.c\
        print.c\
-       sync/sync_chain.c\
+       compiler.h\
+       event.c\
+       time.h
+#      sync/sync_chain.c\
        sync/sync_chain.h\
        sync/sync_chain_lttv.c\
        sync/sync_chain_lttv.h\
@@ -98,7 +102,7 @@ lttvinclude_HEADERS = \
        option.h\
        state.h\
        stats.h\
-       tracecontext.h\
+       traceset-process.h\
        traceset.h\
        filter.h\
        print.h\
This page took 0.023742 seconds and 4 git commands to generate.