X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;h=4b8d52d3ab2808e54c5827fff7feaac8f831a2a8;hb=6ab5bdaa131b37c35d5f124e9553e27f5193b948;hp=13df71575e94d27251efba095c912eb622b1efd4;hpb=33ba099be73c8de32a8fab15fdd75ed320219c17;p=babeltrace.git diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index 13df7157..4b8d52d3 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -53,8 +53,14 @@ test_dwarf_LDADD = $(LIBTAP) \ $(top_builddir)/lib/libdebuginfo.la test_dwarf_SOURCES = test_dwarf.c -noinst_PROGRAMS += test_dwarf -SCRIPT_LIST += test_dwarf_complete +test_so_info_LDFLAGS = -static +test_so_info_LDADD = $(LIBTAP) \ + $(top_builddir)/lib/libbabeltrace.la \ + $(top_builddir)/lib/libdebuginfo.la +test_so_info_SOURCES = test_so_info.c + +noinst_PROGRAMS += test_dwarf test_so_info +SCRIPT_LIST += test_dwarf_complete test_so_info_complete endif dist_noinst_SCRIPTS = $(SCRIPT_LIST)