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