X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Ffilter%2FMakefile.am;h=62928035654f65b48d413e0239cb5a6cadc9f74e;hb=e358ddd51a5be6017f524523ac10d7c17fb78f65;hp=261acc0861740b82297d342f9183fc4a4446803b;hpb=0ae3cfc61fedae38ef31fe5a99458c4f2161c3b5;p=lttng-tools.git diff --git a/src/common/filter/Makefile.am b/src/common/filter/Makefile.am index 261acc086..629280356 100644 --- a/src/common/filter/Makefile.am +++ b/src/common/filter/Makefile.am @@ -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