X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello-many%2FMakefile.am;fp=tests%2Fcompile%2Fhello-many%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=bebb067ef8020d5c36ab48271b0d9d9bb2b24e11;hp=58701fb2ce795be552ef3781edd87c9508295c7b;hpb=4405cc3e105e60c95939e595b8dddcd0940a0b92;p=lttng-ust.git diff --git a/tests/compile/hello-many/Makefile.am b/tests/compile/hello-many/Makefile.am deleted file mode 100644 index 58701fb2..00000000 --- a/tests/compile/hello-many/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -# SPDX-License-Identifier: LGPL-2.1-only - -AM_CPPFLAGS += -I$(srcdir) - -noinst_PROGRAMS = hello-many -hello_many_SOURCES = hello-many.c tp.c ust_tests_hello_many.h -hello_many_CFLAGS = -Werror=old-style-definition $(AM_CFLAGS) -hello_many_LDADD = \ - $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \ - $(DL_LIBS) - -EXTRA_DIST = README