aboutsummaryrefslogtreecommitdiff
path: root/src/Make.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-12-20 16:41:10 +0200
committerSergey Poznyakoff <gray@gnu.org>2015-12-20 16:41:10 +0200
commitffd39f82123a582b97fdbaf61ebcb932ecc6682e (patch)
tree03f5709a2b1fe90b714b7180ae0dba4341713a60 /src/Make.am
parent88e00fd054cc07cb9ede045c10ebf41795e144ad (diff)
downloadgrecs-ffd39f82123a582b97fdbaf61ebcb932ecc6682e.tar.gz
grecs-ffd39f82123a582b97fdbaf61ebcb932ecc6682e.tar.bz2
Implement function for formatting JSON values
* src/Make.am: Add jsonfmt.c * src/json.h (json_format): New struct. (json_format_value): New proto. * src/jsonfmt.c: New file. * tests/json.c: Use json_format_value.
Diffstat (limited to 'src/Make.am')
-rw-r--r--src/Make.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.am b/src/Make.am
index 15e0075..e39a44a 100644
--- a/src/Make.am
+++ b/src/Make.am
@@ -40,7 +40,7 @@ if GRECS_COND_GIT_PARSER
endif
if GRECS_COND_JSON
- GRECS_JSON = json-gram.y json-lex.l
+ GRECS_JSON = json-gram.y json-lex.l jsonfmt.c
GRECS_EXTRA_JSON = json-gram.h
endif

Return to:

Send suggestions and report system problems to the System administrator.