Handle negative time and offset from Epoch
[babeltrace.git] / formats / ctf / ir / Makefile.am
index 955efc7426e644420835257cceb0e8f131becb26..31a71ce423f4325a9aa0722b8dac430119b81b13 100644 (file)
@@ -3,13 +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.c \
        stream-class.c \
-       trace.c
+       trace.c \
+       utils.c \
+       visitor.c
 
 libctf_ir_la_LIBADD = \
        $(top_builddir)/lib/libbabeltrace.la
This page took 0.034503 seconds and 4 git commands to generate.