CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[deliverable/babeltrace.git] / lib / ctf-writer / Makefile.am
index 9330141fc21f91c26b9ed2546b780807b354563a..4ed7b1f4701f471e7938cee2ad5949744d08b475 100644 (file)
@@ -1,16 +1,27 @@
 noinst_LTLIBRARIES = libctf-writer.la
 
 libctf_writer_la_SOURCES = \
+       attributes.c \
        clock.c \
-       writer.c \
+       clock-class.c \
+       event.c \
+       event-class.c \
+       field-path.c \
+       fields.c \
+       field-types.c \
+       field-wrapper.c \
        functor.c \
-       serialize.c
+       object.c \
+       object-pool.c \
+       resolve.c \
+       serialize.c \
+       stream.c \
+       stream-class.c \
+       trace.c \
+       utils.c \
+       validation.c \
+       values.c \
+       visitor.c \
+       writer.c
 
-libctf_writer_la_LIBADD =
-
-if BABELTRACE_BUILD_WITH_LIBUUID
-libctf_writer_la_LIBADD += -luuid
-endif
-if BABELTRACE_BUILD_WITH_LIBC_UUID
-libctf_writer_la_LIBADD += -lc
-endif
+libctf_writer_la_LIBADD = $(UUID_LIBS)
This page took 0.027048 seconds and 5 git commands to generate.