Use printf_debug/verbose in so-info
[babeltrace.git] / lib / Makefile.am
index edae4bee359b264272f724eebb915a5ab1a6b8b0..f8324a923b24446b70a320893bb5e402b08f9c03 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
+                         so-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.025863 seconds and 4 git commands to generate.