X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf-text%2FMakefile.am;h=d8180e8504356c81964457af84fec6e3d492d9de;hb=12471830622f2f6e67bb14e3fdb112c70a5dbe5e;hp=39f8f389abc0c4b59d71b7b8b3591334f59215e1;hpb=203d6b315aec5bbc7c17bd5821a998bd0970f24b;p=babeltrace.git diff --git a/formats/ctf-text/Makefile.am b/formats/ctf-text/Makefile.am index 39f8f389..d8180e85 100644 --- a/formats/ctf-text/Makefile.am +++ b/formats/ctf-text/Makefile.am @@ -14,3 +14,7 @@ libbabeltrace_ctf_text_la_LDFLAGS = \ libbabeltrace_ctf_text_la_LIBADD = \ $(top_builddir)/lib/libbabeltrace.la \ $(top_builddir)/formats/ctf/libbabeltrace-ctf.la + +if ENABLE_DEBUGINFO +libbabeltrace_ctf_text_la_LIBADD += $(top_builddir)/lib/libdebuginfo.la +endif