diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-05 00:39:01 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-05 00:39:01 +0100 |
commit | c08d2016c16d1748c4c527c8055f90f5a7669004 (patch) | |
tree | 6617e04b24ca3f80a58bb97c37723077f80a2eaf /lib/Makefile | |
parent | 3b4a22a8ca8a88122fa5fbf51218a5e6e65a90c8 (diff) |
Add json_util.c with helper functions. Keeping them in a separate file to
avoid making *any* changes to the third-party json.c.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 7d0ae7e8..f20b3797 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -12,7 +12,7 @@ _SRCDIR_ := $(_SRCDIR_)lib/ endif # [SH] Program variables -objects = arc.o base64.o $(EVENT_HANDLER) ftutil.o http_client.o ini.o json.o md5.o misc.o oauth.o oauth2.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o +objects = arc.o base64.o $(EVENT_HANDLER) ftutil.o http_client.o ini.o json.o json_util.o md5.o misc.o oauth.o oauth2.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o LFLAGS += -r |