Rename so-info to bin-info
[babeltrace.git] / lib / Makefile.am
index edae4bee359b264272f724eebb915a5ab1a6b8b0..86423fdf5e4750b0a0788951135e877aaf188384 100644 (file)
@@ -19,10 +19,12 @@ if ENABLE_DEBUGINFO
 noinst_LTLIBRARIES = libdebuginfo.la
 
 libdebuginfo_la_SOURCES = debuginfo.c \
-                           so-info.c \
-                           dwarf.c \
-                           crc32.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.02572 seconds and 4 git commands to generate.