diff --git a/sched/Makefile.am b/sched/Makefile.am index da6a84c480..ab2cc9cfc7 100644 --- a/sched/Makefile.am +++ b/sched/Makefile.am @@ -11,7 +11,7 @@ noinst_PROGRAMS = \ make_work \ show_shmem \ transitioner \ - message_handler \ + trickle_handler \ update_stats \ validate_test \ validate_trivial \ @@ -99,9 +99,9 @@ transitioner_SOURCES = transitioner.C transitioner_DEPENDENCIES = $(LIBRSA) $(LIB_SCHED) transitioner_LDADD = $(LDADD) $(RSA_LIBS) -message_handler_SOURCES = message_handler.C -message_handler_DEPENDENCIES = $(LIBRSA) $(LIB_SCHED) -message_handler_LDADD = $(LDADD) $(RSA_LIBS) +trickle_handler_SOURCES = trickle_handler.C +trickle_handler_DEPENDENCIES = $(LIBRSA) $(LIB_SCHED) +trickle_handler_LDADD = $(LDADD) $(RSA_LIBS) fcgi_SOURCES = \ handle_request.C \