add virtualrequest.c to wscript, temporarily remove mod_fortune
parent
b83e3a29ce
commit
f4725264de
|
@ -35,6 +35,7 @@ common_source='''
|
|||
url_parser.rl
|
||||
utils.c
|
||||
value.c
|
||||
virtualrequest.c
|
||||
worker.c
|
||||
|
||||
plugin_core.c
|
||||
|
@ -147,7 +148,7 @@ def build(bld):
|
|||
#lighty_mod(bld, 'mod_magnet', 'mod_magnet.c mod_magnet_cache.c', uselib = 'lua')
|
||||
#lighty_mod(bld, 'mod_deflate', 'mod_deflate.c', uselib = 'bzip zlib')
|
||||
#lighty_mod(bld, 'mod_webdav', 'mod_webdav.c', uselib = 'sqlite3 xml uuid')
|
||||
lighty_mod(bld, 'mod_fortune', 'modules/mod_fortune.c')
|
||||
#lighty_mod(bld, 'mod_fortune', 'modules/mod_fortune.c')
|
||||
|
||||
#tests = bld.new_task_gen('cc', 'program')
|
||||
#tests.inst_var = 0
|
||||
|
|
Loading…
Reference in New Issue