X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=0c7ccbacd2d0cc71ccd9464751d1ce09de1e47cf;hb=01415bbcacceae7f2fb1286fe8fe2665f4a755bf;hp=a558bbc06d5670ceb785d6dc79a61ca5a9116f7f;hpb=58b2b02987b9258df50b95f9741140bf382a703a;p=trust_router.git diff --git a/Makefile.am b/Makefile.am index a558bbc..0c7ccba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,10 @@ tid/tidc.c trp_srcs = trp/trp_conn.c \ trp/trps.c \ trp/trpc.c \ +trp/trp_peer.c \ +trp/trp_peer_encoders.c \ trp/trp_ptable.c \ +trp/trp_ptable_encoders.c \ trp/trp_route.c \ trp/trp_route_encoders.c \ trp/trp_rtable.c \ @@ -257,7 +260,7 @@ noinst_HEADERS = include/gsscon.h include/tr_config.h \ include/tr_filter.h include/tr_gss_names.h \ include/tid_internal.h include/trp_internal.h include/trp_route.h \ include/tr_cfgwatch.h include/tr_event.h \ - include/tr_mq.h include/trp_ptable.h \ + include/tr_mq.h include/trp_peer.h include/trp_ptable.h \ include/trp_rtable.h include/tr_util.h \ include/tr_name_internal.h include/tr_gss.h