diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-06-25 16:07:01 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-06-25 16:07:01 +0200 |
commit | 7ed3199067034b4fda4055778e02274f83bcfcb8 (patch) | |
tree | 7dcb0b66645c578dda04cec69ea4f9c4c49bce75 /lib/Makefile | |
parent | df1694b9559d4abec748b0506b5f44e684d022a8 (diff) |
Moved Base64-related functions to a separate file and added decode funtions.
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 80cdd9a5..6408c5ba 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,7 +9,7 @@ -include ../Makefile.settings # [SH] Program variables -objects = $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o rc4.o sha.o $(SSL_CLIENT) url.o +objects = base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o rc4.o sha.o $(SSL_CLIENT) url.o CFLAGS += -Wall LFLAGS += -r |