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