Fix: lttng: add-trigger: invalid access past end of exclusions buffer
[lttng-tools.git] / src / common / filter / Makefile.am
index 261acc0861740b82297d342f9183fc4a4446803b..62928035654f65b48d413e0239cb5a6cadc9f74e 100644 (file)
@@ -2,7 +2,6 @@
 
 AM_CPPFLAGS += -I$(srcdir) -I$(builddir)
 
-noinst_PROGRAMS = filter-grammar-test
 noinst_LTLIBRARIES = libfilter.la
 noinst_HEADERS = filter-ast.h \
                filter-symbols.h
@@ -60,8 +59,3 @@ filter-lexer.c: filter-lexer.l
 
 all-local: filter-lexer.c
 endif # HAVE_FLEX
-
-filter_grammar_test_SOURCES = filter-grammar-test.c
-filter_grammar_test_LDADD = \
-       libfilter.la \
-       ../bytecode/libbytecode.la
This page took 0.023143 seconds and 4 git commands to generate.