add xdnd code from xnedit
[uwplayer.git] / application / Makefile
index 97ddd55..db09a6c 100644 (file)
@@ -39,6 +39,7 @@ SRC += settings.c
 SRC += utils.c
 SRC += json.c
 SRC += Sidebar.c
+SRC += xdnd.c
 
 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/application/%.$(OBJ_EXT))