r15301: Use static libraries internally. This required a few hacks in the build
[abartlet/samba.git/.git] / source4 / web_server / config.mk
index 214ed91778a0702f99d91e97a5d502a14a707f63..f6f6113eda953fb76c71ad873c83aac6b190d399 100644 (file)
@@ -2,11 +2,13 @@
 
 #######################
 # Start SUBSYSTEM WEB
-[SUBSYSTEM::WEB]
-INIT_OBJ_FILES = \
-               web_server.o
-ADD_OBJ_FILES = \
+[MODULE::WEB]
+INIT_FUNCTION = server_service_web_init
+SUBSYSTEM = service
+PRIVATE_PROTO_HEADER = proto.h
+OBJ_FILES = \
+               web_server.o \
                http.o
-REQUIRED_SUBSYSTEMS = ESP LIBTLS SMBCALLS
+PUBLIC_DEPENDENCIES = ESP LIBTLS smbcalls process_model
 # End SUBSYSTEM WEB
 #######################