tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / tools / wildcard / Makefile.am
index 1261baa386b4db3a4396ca6e79763749c96e508f..9e49600f2ebd2820ead593774b67852dc3649cff 100644 (file)
@@ -1,11 +1,6 @@
-AM_CPPFLAGS += -I$(top_srcdir)/tests -I$(srcdir)
+# SPDX-License-Identifier: GPL-2.0-only
 
-if LTTNG_TOOLS_BUILD_WITH_LIBDL
-LIBS += -ldl
-endif
-if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
-LIBS += -lc
-endif
+AM_CPPFLAGS += -I$(top_srcdir)/tests -I$(srcdir)
 
 noinst_SCRIPTS = test_event_wildcard
 EXTRA_DIST = test_event_wildcard
This page took 0.023744 seconds and 4 git commands to generate.