From bad412aebc3dd098e149c6cfff01661616b73df1 Mon Sep 17 00:00:00 2001 From: Jeff Cobb Date: Wed, 23 May 2007 20:41:50 +0000 Subject: [PATCH] fcgi_file_upload_handler : compile, and link to, the necessary .o files svn path=/trunk/boinc/; revision=12732 --- sched/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sched/Makefile.am b/sched/Makefile.am index b57d9fccb3..4e01677a14 100644 --- a/sched/Makefile.am +++ b/sched/Makefile.am @@ -197,6 +197,8 @@ fcgi_LDADD = $(LDADD) $(RSA_LIBS) -lfcgi $(MYSQL_LIBS) fcgi_file_upload_handler_SOURCES = \ file_upload_handler.C \ + sched_config.C \ + ../lib/miofile.C \ ../lib/parse.C \ ../lib/crypt.C fcgi_file_upload_handler_DEPENDENCIES = $(LIBRSA) $(LIB_SCHED)