X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/6da75a17cd321ca5d9e39a690e3cbdd548d4e5b1..2e6cbd95f2ca61e5fd4a6aa8c3c71a83d50d8916:/application/Makefile diff --git a/application/Makefile b/application/Makefile index 8424552..ea21439 100644 --- a/application/Makefile +++ b/application/Makefile @@ -37,6 +37,7 @@ SRC += window.c SRC += player.c SRC += settings.c SRC += utils.c +SRC += json.c OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/application/%.$(OBJ_EXT))