X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/1e2b55c2c2e79a41dd0056fda7966dabc329fc0d..5b86e784ed60d047c8d34dec15b35f62cfb1f8f8:/application/Makefile diff --git a/application/Makefile b/application/Makefile index ea21439..97a39c1 100644 --- a/application/Makefile +++ b/application/Makefile @@ -38,10 +38,14 @@ 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)) -BINTARGET = mediaplayer +BINTARGET = uwplayer all: $(BUILD_ROOT)/build/bin/$(BINTARGET)