X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=Makefile.am;h=f75f5da33d33b3d5bd1d94d6d2a1cbda0c3a2e1f;hp=42179a00fffed21896a67716dabed15748444a12;hb=2f4173d0d057a3fb84e624bdeb340b6d879eb82c;hpb=a4612791c1723e36d8447e0e2bf40c092515c37f diff --git a/Makefile.am b/Makefile.am index 42179a0..f75f5da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,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 \ @@ -97,6 +98,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 @@ -146,6 +148,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 \