Initial implementation of the debuginfo API
[babeltrace.git] / converter / Makefile.am
index af95627d285d30b81af385d70ff2da70a3921377..aba3333dc29ba06ed3f622b1a5f8ec288cf6e703 100644 (file)
@@ -19,6 +19,10 @@ babeltrace_LDADD = \
        $(top_builddir)/formats/bt-dummy/libbabeltrace-dummy.la \
        $(top_builddir)/formats/lttng-live/libbabeltrace-lttng-live.la
 
+if ENABLE_DEBUGINFO
+babeltrace_LDADD += $(top_builddir)/lib/libdebuginfo.la
+endif
+
 babeltrace_log_SOURCES = babeltrace-log.c
 
 babeltrace_log_LDADD = \
This page took 0.022709 seconds and 4 git commands to generate.