X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fcompile%2Ftest-app-ctx%2FMakefile.am;fp=tests%2Fcompile%2Ftest-app-ctx%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=bebb067ef8020d5c36ab48271b0d9d9bb2b24e11;hp=c8b6281cea5ad473f7391152933f76c9e567404f;hpb=4405cc3e105e60c95939e595b8dddcd0940a0b92;p=lttng-ust.git diff --git a/tests/compile/test-app-ctx/Makefile.am b/tests/compile/test-app-ctx/Makefile.am deleted file mode 100644 index c8b6281c..00000000 --- a/tests/compile/test-app-ctx/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -# SPDX-License-Identifier: LGPL-2.1-only - -AM_CPPFLAGS += -I$(srcdir) - -noinst_PROGRAMS = hello -hello_SOURCES = hello.c tp.c ust_tests_hello.h -hello_CFLAGS = -Werror=old-style-definition $(AM_CFLAGS) -hello_LDADD = \ - $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \ - $(DL_LIBS)