X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=Makefile.am;h=1231793f30102c3e2e982f347347c5026a899c11;hp=1c933d65ccae2537bed351084a91f4c756c482df;hb=3c5fb17459ff56d5e23cea059503f46a42150a1e;hpb=b9adb7a0845273cab35025a347c7213553aa154a diff --git a/Makefile.am b/Makefile.am index 1c933d6..1231793 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,8 @@ common_srcs = common/tr_name.c \ tid_srcs = tid/tid_resp.c \ tid/tid_req.c \ tid/tids.c \ -tid/tidc.c +tid/tidc.c \ +common/tr_rand_id.c trp_srcs = trp/trp_conn.c \ trp/trps.c \ @@ -96,6 +97,7 @@ common/tr_debug.c \ common/tr_name.c \ common/tr_constraint.c \ common/tr_dh.c \ +common/tr_rand_id.c \ tid/tid_req.c \ tid/tid_resp.c @@ -145,6 +147,7 @@ tr_trmon_LDFLAGS = $(AM_LDFLAGS) -pthread trp_msgtst_SOURCES = trp/msgtst.c \ $(common_srcs) \ +common/tr_rand_id.c \ trp/trp_req.c \ trp/trp_upd.c \ tid/tid_resp.c \