Filter fix: support bison 2.6
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index 4f61d5b01e1d2f5dc835faa659cfc7ae83fe9317..a5f6851ca9534cbdbb631c31325322ea2ccb443f 100644 (file)
@@ -1,5 +1,5 @@
 lib_LTLIBRARIES = liblttng-ctl.la
-bin_PROGRAMS = filter-grammar-test
+noinst_PROGRAMS = filter-grammar-test
 
 BUILT_SOURCES = filter-parser.h
 AM_YFLAGS = -t -d -v
@@ -13,9 +13,11 @@ liblttng_ctl_la_SOURCES = lttng-ctl.c \
        filter-visitor-ir-check-binary-op-nesting.c \
        filter-visitor-generate-bytecode.c \
        align.h \
+       bug.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.024417 seconds and 4 git commands to generate.