X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2FMakefile.am;h=7d095c131fe1e60b05c6ea3133ded09ff578ba9f;hb=f38b11e104c2f6e916f83617f14e643e73ca917b;hp=c11c1a68e83bd86c3ed729b30659d11568c5315e;hpb=a9c2df2bfce7a27b53ee5d5101f259f3e1f506b1;p=lttng-tools.git diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/Makefile.am b/tests/utils/testapp/userspace-probe-elf-cxx-binary/Makefile.am index c11c1a68e..7d095c131 100644 --- a/tests/utils/testapp/userspace-probe-elf-cxx-binary/Makefile.am +++ b/tests/utils/testapp/userspace-probe-elf-cxx-binary/Makefile.am @@ -1,4 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only + # no optimization AM_CPPFLAGS = -O0 noinst_PROGRAMS = userspace-probe-elf-cxx-binary -userspace_probe_elf_cxx_binary_SOURCES = userspace-probe-elf-cxx-binary.cpp test_class.cpp test_class.h +userspace_probe_elf_cxx_binary_SOURCES = userspace-probe-elf-cxx-binary.cpp test_class.cpp test_class.hpp