add player EOF detection
[uwplayer.git] / application / Makefile
index ea6cb48..ea21439 100644 (file)
@@ -32,9 +32,12 @@ include $(BUILD_ROOT)/config.mk
 CFLAGS += -I../ucx -I..
 
 SRC = main.c
+SRC += Fsb.c
 SRC += window.c
 SRC += player.c
-SRC += Fsb.c
+SRC += settings.c
+SRC += utils.c
+SRC += json.c
 
 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/application/%.$(OBJ_EXT))