tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / tools / wildcard / Makefile.am
index b95b495e46ecc55b09a450429dc102abc6acb097..9e49600f2ebd2820ead593774b67852dc3649cff 100644 (file)
@@ -1,12 +1,6 @@
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests -I$(srcdir) -O2 -g
-AM_LDFLAGS =
+# 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.024422 seconds and 4 git commands to generate.