mizucp: implement scan thread
[mizunara.git] / mizucp / Makefile
index a8a1898..5e816f3 100644 (file)
@@ -32,6 +32,8 @@ include $(BUILD_ROOT)/config.mk
 CFLAGS += -I../ucx -I..
 
 SRC = main.c
+SRC += srvctrl.c
+
 
 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/mizucp/%.$(OBJ_EXT))