diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-25 16:12:13 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-25 16:12:13 +0100 |
commit | be28fe7da3e197d91ec00a6c1017c053041f5a85 (patch) | |
tree | 10f89f0d7a541f174ed41bcbeef509ccfdc01d50 /lib/Makefile | |
parent | 0f64ca78c8ec9ee9be2ffa8ec203e138f7a00804 (diff) |
Code to calculate OAuth signatures. I hope that after wrapping my mind
around all of this the rest is going to be easier..
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 03fef1ab..441634cd 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,7 +9,7 @@ -include ../Makefile.settings # [SH] Program variables -objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o +objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o oauth.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o CFLAGS += -Wall LFLAGS += -r |