Fix: handle size 0 CTF fs streams
[babeltrace.git] / plugins / text / Makefile.am
index ccdf4cb7b808c6a5dfdd8f9fed8ffe03b40a6ce1..8b12e3124d51adaf83a69ae7a2417e4c84d4c381 100644 (file)
@@ -7,7 +7,8 @@ plugin_LTLIBRARIES = libbabeltrace-plugin-ctf-text.la
 
 # ctf-text plugin
 libbabeltrace_plugin_ctf_text_la_SOURCES = \
-       text.c
+       text.h text.c \
+       print.c
 
 libbabeltrace_plugin_ctf_text_la_LDFLAGS = \
        -version-info $(BABELTRACE_LIBRARY_VERSION)
This page took 0.023391 seconds and 4 git commands to generate.