render playlist
[uwplayer.git] / application / Makefile
index 8b53092..97a39c1 100644 (file)
@@ -38,6 +38,10 @@ SRC += player.c
 SRC += settings.c
 SRC += utils.c
 SRC += json.c
+SRC += Sidebar.c
+SRC += xdnd.c
+SRC += playlist.c
+SRC += nfont.c
 
 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/application/%.$(OBJ_EXT))