Extend API and remove lttng_uri from lttng.h
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
1 lib_LTLIBRARIES = liblttng-ctl.la
2 noinst_PROGRAMS = filter-grammar-test
3
4 BUILT_SOURCES = filter-parser.h
5 AM_YFLAGS = -t -d -v
6
7 noinst_HEADERS = filter-ast.h
8 liblttng_ctl_la_SOURCES = lttng-ctl.c \
9 filter-lexer.l filter-parser.y \
10 filter-visitor-set-parent.c \
11 filter-visitor-xml.c \
12 filter-visitor-generate-ir.c \
13 filter-visitor-ir-check-binary-op-nesting.c \
14 filter-visitor-generate-bytecode.c \
15 align.h \
16 bug.h \
17 filter-ast.h \
18 filter-bytecode.h \
19 filter-ir.h \
20 memstream.h
21
22 filter_grammar_test_SOURCES = filter-grammar-test.c
23 filter_grammar_test_LDADD = liblttng-ctl.la
24
25 liblttng_ctl_la_LIBADD = \
26 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
27 $(top_builddir)/src/common/libcommon.la \
28 $(top_builddir)/src/common/hashtable/libhashtable.la
This page took 0.029814 seconds and 4 git commands to generate.