fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[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.029235 seconds and 4 git commands to generate.