X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/6da75a17cd321ca5d9e39a690e3cbdd548d4e5b1..f2c881b827db459ee641c90bcfe4ef9e1ed25c0e:/application/Makefile diff --git a/application/Makefile b/application/Makefile index 8424552..8b53092 100644 --- a/application/Makefile +++ b/application/Makefile @@ -37,10 +37,11 @@ SRC += window.c SRC += player.c SRC += settings.c SRC += utils.c +SRC += json.c OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/application/%.$(OBJ_EXT)) -BINTARGET = mediaplayer +BINTARGET = uwplayer all: $(BUILD_ROOT)/build/bin/$(BINTARGET)