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