Implement filter bytecode support in lttng-session, and parse filter string
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index 4f61d5b01e1d2f5dc835faa659cfc7ae83fe9317..bb5561e792cb76dea2d3622a1539c311b61e37dc 100644 (file)
@@ -15,7 +15,8 @@ liblttng_ctl_la_SOURCES = lttng-ctl.c \
        align.h \
        filter-ast.h \
        filter-bytecode.h \
-       filter-ir.h
+       filter-ir.h \
+       memstream.h
 
 filter_grammar_test_SOURCES = filter-grammar-test.c
 filter_grammar_test_LDADD = liblttng-ctl.la
This page took 0.024294 seconds and 4 git commands to generate.