X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/f2c881b827db459ee641c90bcfe4ef9e1ed25c0e..92835e632a2570c851ecd45af5c3b97af2037322:/application/Makefile diff --git a/application/Makefile b/application/Makefile index 8b53092..97a39c1 100644 --- a/application/Makefile +++ b/application/Makefile @@ -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))