X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/11cea05f752938478d693e3cefd219dc8f7c1b74..cb369bf7e3802b795a02017f3123869af2634626:/application/Makefile diff --git a/application/Makefile b/application/Makefile index 97ddd55..db09a6c 100644 --- a/application/Makefile +++ b/application/Makefile @@ -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))