Rename so-info to bin-info
[babeltrace.git] / lib / Makefile.am
index 33e1256f77d6817a667f7590fa4ee4913399a03a..86423fdf5e4750b0a0788951135e877aaf188384 100644 (file)
@@ -19,11 +19,12 @@ if ENABLE_DEBUGINFO
 noinst_LTLIBRARIES = libdebuginfo.la
 
 libdebuginfo_la_SOURCES = debuginfo.c \
-                         so-info.c \
+                         bin-info.c \
                          dwarf.c \
                          crc32.c \
                          utils.c
 libdebuginfo_la_LDFLAGS = -lelf -ldw
+libdebuginfo_la_LIBADD = libbabeltrace.la
 endif
 
 libbabeltrace_la_LIBADD = \
This page took 0.022963 seconds and 4 git commands to generate.