X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello-many%2FMakefile.am;h=bf650f67b50dbbfb1db580f10ab5af5a8b8f9f17;hb=9d4c8b2d907edb9ebc9bfde55602598e7ba0832e;hp=d8f140b2e7bef554eacc44a908b84b851927e1e3;hpb=dbe6ade0ba17270b2cb119b9961bbb7e48ce4733;p=lttng-ust.git diff --git a/tests/compile/hello-many/Makefile.am b/tests/compile/hello-many/Makefile.am index d8f140b2..bf650f67 100644 --- a/tests/compile/hello-many/Makefile.am +++ b/tests/compile/hello-many/Makefile.am @@ -1,8 +1,12 @@ +# SPDX-License-Identifier: LGPL-2.1-only + AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers noinst_PROGRAMS = hello-many hello_many_SOURCES = hello-many.c tp.c ust_tests_hello_many.h -hello_many_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la $(DL_LIBS) hello_many_CFLAGS = -Werror=old-style-definition $(AM_CFLAGS) +hello_many_LDADD = \ + $(top_builddir)/src/liblttng-ust/liblttng-ust.la \ + $(DL_LIBS) EXTRA_DIST = README