Use printf_debug/verbose in so-info
[deliverable/babeltrace.git] / lib / Makefile.am
index 42a94346ba8c6e43924baaf2647b50f616888358..1587af8972e1ccf9ab9360be0dfa3d3efcd4f922 100644 (file)
@@ -17,10 +17,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.026586 seconds and 5 git commands to generate.