tests: Replace babelstats.pl with bt2 plugins
[lttng-tools.git] / tests / utils / bt2_plugins / field_stats / Makefile.am
diff --git a/tests/utils/bt2_plugins/field_stats/Makefile.am b/tests/utils/bt2_plugins/field_stats/Makefile.am
new file mode 100644 (file)
index 0000000..9341356
--- /dev/null
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+AM_CXXFLAGS += $(babeltrace2_CFLAGS) \
+       $(WARN_FLAGS)
+
+noinst_LTLIBRARIES = field_stats.la
+field_stats_la_SOURCES = \
+       field_stats.cpp \
+       field_stats.hpp
+field_stats_la_LDFLAGS = \
+       $(AM_LDFLAGS) \
+       $(LD_NO_UNDEFINED) \
+       -avoid-version -module $(LD_NOTEXT)
This page took 0.022781 seconds and 4 git commands to generate.