Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / benchmark / Makefile.am
index ef9635c0da9b567aa9617f9afd5109dd5e9257ce..feee6a6be70a54fd12d6365ec193e85c549c65c2 100644 (file)
@@ -1,4 +1,6 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
+# SPDX-License-Identifier: LGPL-2.1-only
+
+AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers
 
 noinst_PROGRAMS = bench1 bench2
 bench1_SOURCES = bench.c tp.c ust_tests_benchmark.h
@@ -10,4 +12,4 @@ bench2_CFLAGS = -DTRACING $(AM_CFLAGS)
 
 dist_noinst_SCRIPTS = test_benchmark ptime
 
-extra_DIST = README
+EXTRA_DIST = README
This page took 0.023452 seconds and 4 git commands to generate.