tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / high-throughput / Makefile.am
index 6e9c89e14d1e043bc99a2ca2e95fb473441b5676..8b7e65cd8736178a1f1d5ce38468708835f33bce 100644 (file)
@@ -1,16 +1,10 @@
-AM_CFLAGS = -I$(srcdir) -O2
-AM_LDFLAGS = -llttng-ust
+# SPDX-License-Identifier: GPL-2.0-only
 
-if LTTNG_TOOLS_BUILD_WITH_LIBDL
-AM_LDFLAGS += -ldl
-endif
-if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
-AM_LDFLAGS += -lc
-endif
+AM_CPPFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = gen-events
 gen_events_SOURCES = main.c tp.c tp.h
-gen_events_LDADD = -llttng-ust
+gen_events_LDADD = $(UST_LIBS) $(DL_LIBS)
 
 noinst_SCRIPTS = test_high_throughput
 EXTRA_DIST = test_high_throughput
This page took 0.026436 seconds and 5 git commands to generate.