X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=1231793f30102c3e2e982f347347c5026a899c11;hb=3c5fb17459ff56d5e23cea059503f46a42150a1e;hp=1178798bc31b45d2d0e728f6371adaf681a1619f;hpb=50696f931f2ebffc2a1f01f4819042d08eeab6d2;p=trust_router.git diff --git a/Makefile.am b/Makefile.am index 1178798..1231793 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ common_srcs = common/tr_name.c \ common/tr_idp.c \ common/tr_idp_encoders.c \ common/tr_filter.c \ + common/tr_filter_encoders.c \ common/tr_gss_names.c \ common/tr_socket.c \ $(mon_srcs) @@ -31,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 \ @@ -46,9 +48,19 @@ trp/trp_rtable.c \ trp/trp_rtable_encoders.c \ trp/trp_req.c \ trp/trp_upd.c \ -common/tr_config.c \ -common/tr_config_internal.c \ -common/tr_mq.c +common/tr_mq.c \ +$(config_srcs) + +# configuration parsing sources +config_srcs = \ + common/tr_config.c \ + common/tr_config_comms.c \ + common/tr_config_encoders.c \ + common/tr_config_filters.c \ + common/tr_config_internal.c \ + common/tr_config_orgs.c \ + common/tr_config_realms.c \ + common/tr_config_rp_clients.c # general monitoring message sources mon_srcs = \ @@ -85,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 @@ -134,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 \