~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to source4/web_server/config.mk

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# web server subsystem
 
2
 
 
3
#######################
 
4
# Start SUBSYSTEM WEB
 
5
[MODULE::WEB]
 
6
INIT_FUNCTION = server_service_web_init
 
7
SUBSYSTEM = service
 
8
PRIVATE_DEPENDENCIES = LIBTLS smbcalls process_model LIBPYTHON
 
9
# End SUBSYSTEM WEB
 
10
#######################
 
11
 
 
12
WEB_OBJ_FILES = $(addprefix $(web_serversrcdir)/, web_server.o wsgi.o) 
 
13
 
 
14
$(eval $(call proto_header_template,$(web_serversrcdir)/proto.h,$(WEB_OBJ_FILES:.o=.c)))