aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-09-19 19:43:22 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-09-19 19:43:22 +0300
commit96871660d41c0130460f52057c0334cec46f7dd3 (patch)
tree3c78ca7b60d127a8745c4da5e71a184dd3fa13e8 /lib/Makefile.am
parent7bec448cd0383ef533ab7c0c6e19374d515dfecf (diff)
downloadeclat-96871660d41c0130460f52057c0334cec46f7dd3.tar.gz
eclat-96871660d41c0130460f52057c0334cec46f7dd3.tar.bz2
Implement query-to-url function.
* lib/q2url.c: New file. * lib/Makefile.am: Add new file. * lib/libeclat.h (ec2_query) <signature>: New member. (eclat_query_to_url): New proto. (eclat_query_signature): Change signature. * lib/reqsign.c (eclat_query_signature): Store signature to req->signature.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1162210..eeb3dcb 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -20,6 +20,7 @@ libeclat_a_SOURCES=\
base64.c\
hmac_sha1.c\
libeclat.h\
+ q2url.c\
reqsign.c\
sha1.c\
sha1.h\

Return to:

Send suggestions and report system problems to the System administrator.