Integrate ctf proto into the plugin build system
[babeltrace.git] / plugins / ctf / common / Makefile.am
CommitLineData
06a626b8
JG
1SUBDIRS = btr notif-iter metadata
2
3AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
4
5noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-common.la
6libbabeltrace_plugin_ctf_common_la_SOURCES =
7libbabeltrace_plugin_ctf_common_la_LIBADD = \
8 $(builddir)/btr/libctf-btr.la \
9 $(builddir)/metadata/libctf-parser.la \
10 $(builddir)/metadata/libctf-ast.la \
11 $(builddir)/notif-iter/libctf-notif-iter.la
This page took 0.023027 seconds and 4 git commands to generate.