add playlist data structure
[uwplayer.git] / application / Makefile
index 97ddd55..837774b 100644 (file)
@@ -39,6 +39,8 @@ SRC += settings.c
 SRC += utils.c
 SRC += json.c
 SRC += Sidebar.c
+SRC += xdnd.c
+SRC += playlist.c
 
 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/application/%.$(OBJ_EXT))