X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fflt.lttng-utils.debug-info%2FMakefile.am;h=94310191abd386ba2c40a9fbe38f34adfa046ae3;hp=1a1cefc7b18171df799960ccf46b2ed6edd12eed;hb=86ef6105d1bdacc0d5e55661df85dfa759c03cba;hpb=14428ba52de935dfa7edb62e0f8dc0a7bb6bcb43 diff --git a/tests/plugins/flt.lttng-utils.debug-info/Makefile.am b/tests/plugins/flt.lttng-utils.debug-info/Makefile.am index 1a1cefc7..94310191 100644 --- a/tests/plugins/flt.lttng-utils.debug-info/Makefile.am +++ b/tests/plugins/flt.lttng-utils.debug-info/Makefile.am @@ -26,8 +26,8 @@ noinst_PROGRAMS += test_dwarf test_bin_info test_dwarf_LDADD = \ $(top_builddir)/src/plugins/lttng-utils/debug-info/libdebug-info.la \ - $(top_builddir)/src/fd-cache/libbabeltrace2-fd-cache.la \ - $(top_builddir)/src/logging/libbabeltrace2-logging.la \ + $(top_builddir)/src/fd-cache/libfd-cache.la \ + $(top_builddir)/src/logging/liblogging.la \ $(top_builddir)/src/common/libbabeltrace2-common.la \ $(ELFUTILS_LIBS) \ $(LIBTAP) @@ -35,8 +35,8 @@ test_dwarf_SOURCES = test_dwarf.c test_bin_info_LDADD = \ $(top_builddir)/src/plugins/lttng-utils/debug-info/libdebug-info.la \ - $(top_builddir)/src/fd-cache/libbabeltrace2-fd-cache.la \ - $(top_builddir)/src/logging/libbabeltrace2-logging.la \ + $(top_builddir)/src/fd-cache/libfd-cache.la \ + $(top_builddir)/src/logging/liblogging.la \ $(top_builddir)/src/common/libbabeltrace2-common.la \ $(top_builddir)/src/lib/libbabeltrace2.la \ $(ELFUTILS_LIBS) \