Changeset c08d201


Ignore:
Timestamp:
2012-11-04T23:39:01Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e08ae0c
Parents:
3b4a22a
Message:

Add json_util.c with helper functions. Keeping them in a separate file to
avoid making *any* changes to the third-party json.c.

Location:
lib
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • lib/Makefile

    r3b4a22a rc08d201  
    1313
    1414# [SH] Program variables
    15 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
     15objects = 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
    1616
    1717LFLAGS += -r
Note: See TracChangeset for help on using the changeset viewer.