Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / ctf / common / Makefile.am
1 SUBDIRS = btr notif-iter metadata
2
3 noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-common.la
4 libbabeltrace_plugin_ctf_common_la_SOURCES = print.h
5 libbabeltrace_plugin_ctf_common_la_LIBADD = \
6 $(builddir)/btr/libctf-btr.la \
7 $(builddir)/metadata/libctf-parser.la \
8 $(builddir)/metadata/libctf-ast.la \
9 $(builddir)/notif-iter/libctf-notif-iter.la
This page took 0.031461 seconds and 5 git commands to generate.