2
0
Fork 0

add virtualrequest.c to wscript, temporarily remove mod_fortune

personal/stbuehler/wip
Thomas Porzelt 2008-10-25 19:51:30 +02:00
parent b83e3a29ce
commit f4725264de
1 changed files with 2 additions and 1 deletions

View File

@ -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