add angel.c and angel_fake.c to wscript
This commit is contained in:
parent
eae5ca994e
commit
23a246a788
|
@ -16,6 +16,8 @@ common_ccflags = [
|
|||
|
||||
common_src = '''
|
||||
actions.c
|
||||
angel.c
|
||||
angel_fake.c
|
||||
base.c
|
||||
chunk.c
|
||||
chunk_parser.c
|
||||
|
@ -107,4 +109,5 @@ def build(bld):
|
|||
#lighty.install_path = '${SOME_PATH}/bin'
|
||||
|
||||
lighty_mod(bld, 'mod_fortune', 'modules/mod_fortune.c')
|
||||
lighty_mod(bld, 'mod_status', 'modules/mod_status.c')
|
||||
lighty_mod(bld, 'mod_status', 'modules/mod_status.c')
|
||||
lighty_mod(bld, 'mod_accesslog', 'modules/mod_accesslog.c')
|
Loading…
Reference in New Issue