This repository was archived by the owner on Jul 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 11TARGET =ribs2.a
2-
3- SRC =context.c epoll_worker.c ctx_pool.c http_server.c hashtable.c mime_types.c http_client_pool.c timeout_handler.c ribify.c logger.c daemonize.c http_headers.c http_cookies.c file_mapper.c ds_var_field.c file_utils.c lhashtable.c search.c json.c memalloc.c mempool.c sleep.c timer.c ringbuf.c ringfile.c sendemail.c ds_loader.c heap.c vmallocator.c base64.c http_file_server.c http_vhost.c thashtable.c json_dom.c vmbuf.c
4- ASM =context_asm.S
5-
6- CFLAGS+ = -I ../include
7-
2+ include ribs2_common.mk
83include ../make/ribs.mk
Original file line number Diff line number Diff line change 1+ SRC =context.c epoll_worker.c ctx_pool.c http_server.c hashtable.c mime_types.c http_client_pool.c timeout_handler.c ribify.c logger.c daemonize.c http_headers.c http_cookies.c file_mapper.c ds_var_field.c file_utils.c lhashtable.c search.c json.c memalloc.c mempool.c sleep.c timer.c ringbuf.c ringfile.c sendemail.c ds_loader.c heap.c vmallocator.c base64.c http_file_server.c http_vhost.c thashtable.c json_dom.c vmbuf.c
2+ ASM =context_asm.S
3+ CFLAGS+ = -I ../include
Original file line number Diff line number Diff line change 11TARGET =ribs2_ssl.a
2-
32CPPFLAGS+ =-DRIBS2_SSL
43OBJ_SUB_DIR =ssl
5- SRC =context.c epoll_worker.c ctx_pool.c http_server.c hashtable.c mime_types.c http_client_pool.c timeout_handler.c ribify.c logger.c daemonize.c http_headers.c http_cookies.c file_mapper.c ds_var_field.c file_utils.c lhashtable.c search.c json.c memalloc.c mempool.c sleep.c timer.c ringbuf.c ringfile.c sendemail.c ds_loader.c heap.c vmallocator.c base64.c http_file_server.c thashtable.c json_dom.c vmbuf.c ribs_ssl.c
6- ASM =context_asm.S
7-
8- CFLAGS+ = -I ../include
9-
4+ include ribs2_common.mk
5+ SRC+ =ribs_ssl.c
106include ../make/ribs.mk
You can’t perform that action at this time.
0 commit comments