Changeset 782a6ee for lib/Makefile


Ignore:
Timestamp:
2015-02-22T16:12:13Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Children:
989f431
Parents:
90adf84
Message:

Remove old JSON library, replace it with Parson. No other code changes so
this won't even compile yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/Makefile

    r90adf84 r782a6ee  
    1313
    1414# [SH] Program variables
    15 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 ns_parse.o
     15objects = arc.o base64.o $(EVENT_HANDLER) ftutil.o http_client.o ini.o md5.o misc.o oauth.o oauth2.o parson.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o ns_parse.o
    1616
    1717LFLAGS += -r
Note: See TracChangeset for help on using the changeset viewer.