tests: Replace babelstats.pl with bt2 plugins
[lttng-tools.git] / tests / utils / bt2_plugins / field_stats / Makefile.am
CommitLineData
9f263671
KS
1# SPDX-License-Identifier: GPL-2.0-only
2
3AM_CXXFLAGS += $(babeltrace2_CFLAGS) \
4 $(WARN_FLAGS)
5
6noinst_LTLIBRARIES = field_stats.la
7field_stats_la_SOURCES = \
8 field_stats.cpp \
9 field_stats.hpp
10field_stats_la_LDFLAGS = \
11 $(AM_LDFLAGS) \
12 $(LD_NO_UNDEFINED) \
13 -avoid-version -module $(LD_NOTEXT)
This page took 0.022769 seconds and 4 git commands to generate.