From: Jennifer Richards Date: Fri, 13 Jan 2017 17:16:55 +0000 (-0500) Subject: Add missing dependency for t_constraint X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=15b58c8c7a2242a8fa909a40e4a300e4b7c85d5e Add missing dependency for t_constraint --- diff --git a/Makefile.am b/Makefile.am index 4c32c24..830f9b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ common_t_constraint_SOURCES = common/t_constraint.c \ common/tr_debug.c \ common/tr_name.c \ common/tr_constraint.c \ +common/tr_dh.c \ tid/tid_req.c \ tid/tid_resp.c