add functions for easier json object/array access
[uwplayer.git] / application / Makefile
index 8424552..ea21439 100644 (file)
@@ -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))