X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/f2c881b827db459ee641c90bcfe4ef9e1ed25c0e..5b86e784ed60d047c8d34dec15b35f62cfb1f8f8:/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))