Reduce the number of Makefiles in 'src/'
[babeltrace.git] / tests / plugins / flt.lttng-utils.debug-info / Makefile.am
index 1a1cefc7b18171df799960ccf46b2ed6edd12eed..94310191abd386ba2c40a9fbe38f34adfa046ae3 100644 (file)
@@ -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) \
This page took 0.023404 seconds and 4 git commands to generate.