Changeset 7ed3199 for lib/Makefile


Ignore:
Timestamp:
2006-06-25T14:07:01Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6e1fed7
Parents:
df1694b
Message:

Moved Base64-related functions to a separate file and added decode funtions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/Makefile

    rdf1694b r7ed3199  
    1010
    1111# [SH] Program variables
    12 objects = $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o rc4.o sha.o $(SSL_CLIENT) url.o
     12objects = base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o rc4.o sha.o $(SSL_CLIENT) url.o
    1313
    1414CFLAGS += -Wall
Note: See TracChangeset for help on using the changeset viewer.