2
0
Fork 0

automake: fix build problem

personal/stbuehler/wip
Stefan Bühler 2009-10-09 15:51:29 +02:00
parent a151eeac2f
commit 82293453a2
1 changed files with 3 additions and 1 deletions

View File

@ -62,10 +62,12 @@ lighttpd_shared_src+=$(lua_src)
endif
EXTRA_lighttpd_SOURCES=$(lua_src)
BUILT_SOURCES=config_parser.c http_range_parser.rl http_request_parser.c http_response_parser.c url_parser.c
BUILT_SOURCES=config_parser.c http_range_parser.c http_request_parser.c http_response_parser.c url_parser.c
config_parser.c: config_parser.rl
ragel -C -T0 -o $@ $<
http_range_parser.c: http_range_parser.rl
ragel -C -T1 -o $@ $<
http_request_parser.c: http_request_parser.rl
ragel -C -T1 -o $@ $<
http_response_parser.c: http_response_parser.rl