X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello.cxx%2FMakefile.am;fp=tests%2Fcompile%2Fhello.cxx%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=bebb067ef8020d5c36ab48271b0d9d9bb2b24e11;hp=c89c27e76e952aba48af94ad013e15a25f2a236c;hpb=4405cc3e105e60c95939e595b8dddcd0940a0b92;p=lttng-ust.git diff --git a/tests/compile/hello.cxx/Makefile.am b/tests/compile/hello.cxx/Makefile.am deleted file mode 100644 index c89c27e7..00000000 --- a/tests/compile/hello.cxx/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-License-Identifier: LGPL-2.1-only - -AM_CPPFLAGS += -I$(srcdir) - -noinst_PROGRAMS = hello -hello_SOURCES = hello.cpp tp-cpp.cpp ust_tests_hello.h -hello_LDADD = \ - $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \ - $(DL_LIBS) - -EXTRA_DIST = README