This pull request allows libtr_tid to build without including large amounts of unrelated code. To do this, it refactors tr_msg.c and tr_filter.c to separate TID, TRP, and MON dependencies. It then rearranges linking in Makefile.am so that the $(tid_srcs) group can be used without needing large amounts of unrelated code.
This pull request allows
libtr_tid
to build without including large amounts of unrelated code. To do this, it refactorstr_msg.c
andtr_filter.c
to separate TID, TRP, and MON dependencies. It then rearranges linking inMakefile.am
so that the$(tid_srcs)
group can be used without needing large amounts of unrelated code.