Handle negative time and offset from Epoch
[babeltrace.git] / formats / ctf / ir / Makefile.am
index 0247445c561c993179ab925bde85693654a0e5c9..31a71ce423f4325a9aa0722b8dac430119b81b13 100644 (file)
@@ -3,11 +3,16 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 noinst_LTLIBRARIES = libctf-ir.la
 
 libctf_ir_la_SOURCES = \
+       attributes.c \
        clock.c \
        event.c \
        event-fields.c \
        event-types.c \
-       stream-class.c
+       stream.c \
+       stream-class.c \
+       trace.c \
+       utils.c \
+       visitor.c
 
 libctf_ir_la_LIBADD = \
        $(top_builddir)/lib/libbabeltrace.la
This page took 0.027805 seconds and 4 git commands to generate.