diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-28 23:05:02 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-28 23:05:02 +0000 |
commit | 696dc9e555f335d3a97a5815f9a395e5e4ce0e90 (patch) | |
tree | 154041c7ff41596ec2304992c2d36531e98cdd7e /lib/Makefile | |
parent | 4d82e50a6bdc15ed39723c1dac23027b83330be1 (diff) |
Add json.[ch], update debian/copyright with license info.
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 324ab646..7d0ae7e8 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 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 md5.o misc.o oauth.o oauth2.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o LFLAGS += -r |