From 562faa390ffd6e442d2f57a7e1226554d86e15f1 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Wed, 17 Apr 2019 14:38:10 -0400 Subject: [PATCH] tests: remove unused automake variable Signed-off-by: Francis Deslauriers --- tests/plugins/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index ae2e8c70..63a2f72b 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -1,11 +1,6 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(top_srcdir)/plugins LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la -COMMON_TEST_LDADD = $(LIBTAP) \ - $(top_builddir)/lib/libbabeltrace.la \ - $(top_builddir)/common/libbabeltrace-common.la \ - $(top_builddir)/logging/libbabeltrace-logging.la \ - $(top_builddir)/compat/libcompat.la check_SCRIPTS = noinst_PROGRAMS = -- 2.34.1