add playlist data structure
[uwplayer.git] / application / Makefile
index 8b53092..837774b 100644 (file)
@@ -38,6 +38,9 @@ SRC += player.c
 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))