Fix: add mmap_base_offset to ctf_stream_pos
[babeltrace.git] / formats / ctf / Makefile.am
index 8d2ee192bc5442d06608ee63c72d2c45ba51f6e6..d803b69a2205340ee490b28ee8501bac5e143ca0 100644 (file)
@@ -7,8 +7,10 @@ lib_LTLIBRARIES = libbabeltrace-ctf.la
 libbabeltrace_ctf_la_SOURCES = \
        ctf.c \
        events.c \
+       iterator.c \
        callbacks.c \
-       events-private.h
+       events-private.h \
+       memstream.h
 
 # Request that the linker keeps all static libraries objects.
 libbabeltrace_ctf_la_LDFLAGS = \
This page took 0.023 seconds and 4 git commands to generate.