add menu item for toggling window size adjustment
[uwplayer.git] / application / Makefile
index db09a6c..97a39c1 100644 (file)
@@ -40,6 +40,8 @@ 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))