X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2FMakefile.am;fp=formats%2Fctf-text%2FMakefile.am;h=d8180e8504356c81964457af84fec6e3d492d9de;hp=39f8f389abc0c4b59d71b7b8b3591334f59215e1;hb=c40a57e579977be9eb7682480428a89af5ca529c;hpb=220e0cbec97669ccfe4ed8a7e69c73c9ac72062d 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