Integrate ctf proto into the plugin build system
[babeltrace.git] / plugins / ctf / common / Makefile.am
1 SUBDIRS = btr notif-iter metadata
2
3 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
4
5 noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-common.la
6 libbabeltrace_plugin_ctf_common_la_SOURCES =
7 libbabeltrace_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.029207 seconds and 4 git commands to generate.