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