X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fcompile%2FMakefile.am;h=404bb1568add94540a93f504719f5dcbe9c489f8;hb=74e79a0da99992c182da26abf45447722eaa400d;hp=04f44433280798c905848e67b6780f8013a11e4c;hpb=dbe6ade0ba17270b2cb119b9961bbb7e48ce4733;p=lttng-ust.git diff --git a/tests/compile/Makefile.am b/tests/compile/Makefile.am index 04f44433..404bb156 100644 --- a/tests/compile/Makefile.am +++ b/tests/compile/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-only + SUBDIRS = \ ctf-types \ hello \ @@ -5,7 +7,7 @@ SUBDIRS = \ same_line_tracepoint \ test-app-ctx -if CXX_WORKS +if HAVE_CXX SUBDIRS += hello.cxx endif