mirror of https://github.com/BOINC/boinc.git
fcgi_file_upload_handler : compile, and link to, the necessary .o files
svn path=/trunk/boinc/; revision=12732
This commit is contained in:
parent
9f07182cf6
commit
bad412aebc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue