projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tests: Replace babelstats.pl with bt2 plugins
[lttng-tools.git]
/
tests
/
utils
/
bt2_plugins
/
field_stats
/
Makefile.am
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
AM_CXXFLAGS += $(babeltrace2_CFLAGS) \
4
$(WARN_FLAGS)
5
6
noinst_LTLIBRARIES = field_stats.la
7
field_stats_la_SOURCES = \
8
field_stats.cpp \
9
field_stats.hpp
10
field_stats_la_LDFLAGS = \
11
$(AM_LDFLAGS) \
12
$(LD_NO_UNDEFINED) \
13
-avoid-version -module $(LD_NOTEXT)
This page took
0.034506 seconds
and
4
git commands to generate.