2
0
Fork 0

add angel.c and angel_fake.c to wscript

This commit is contained in:
Thomas Porzelt 2008-12-26 19:52:14 +01:00
parent eae5ca994e
commit 23a246a788
1 changed files with 4 additions and 1 deletions

View File

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