X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=Makefile.am;h=2df06b608afc8735c5b4ed6fd5056294069f0343;hp=3ef94ddd29584d270f6100b09289a5ba331add13;hb=3d175240ef0a8e0b465994e881ef98548a39091a;hpb=4d39775e0301d6e3bb9c5ea85f10b10e5b420624 diff --git a/Makefile.am b/Makefile.am index 3ef94dd..2df06b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ common/tr_config.c \ common/tr_config_internal.c \ common/tr_mq.c +# general monitoring message sources mon_srcs = \ mon/mon_common.c \ mon/mon_req.c \ @@ -49,6 +50,12 @@ mon_srcs = \ mon/mon_resp_decode.c \ mon/mon_resp_encode.c +# monitoring server sources +mons_srcs = \ + mon/mons.c \ + mon/mons_handlers.c \ + mon/mons_handlers_show.c + check_PROGRAMS = common/t_constraint TESTS = common/t_constraint TEST_CFLAGS = -Wno-missing-prototypes @@ -87,7 +94,7 @@ common/tr_gss_client.c \ $(tid_srcs) \ $(trp_srcs) \ $(common_srcs) \ -mon/mons.c +$(mons_srcs) tr_trust_router_LDFLAGS = $(AM_LDFLAGS) -levent_pthreads -pthread tr_trust_router_LDADD = gsscon/libgsscon.la $(GLIB_LIBS)