add empty sidebar
[uwplayer.git] / application / Makefile
index 8b53092..97ddd55 100644 (file)
@@ -38,6 +38,7 @@ SRC += player.c
 SRC += settings.c
 SRC += utils.c
 SRC += json.c
+SRC += Sidebar.c
 
 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/application/%.$(OBJ_EXT))