aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-09-28 17:17:01 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-09-28 17:17:01 +0300
commit2b6198883155009bbf22e984daff8a970d7d52d1 (patch)
tree3e4a71eb15bb75122de7c83f69b26229d1e7f442 /src/Makefile.am
parent4d6c1e56790f61be15501977e970753a6088104f (diff)
downloadeclat-2b6198883155009bbf22e984daff8a970d7d52d1.tar.gz
eclat-2b6198883155009bbf22e984daff8a970d7d52d1.tar.bz2
Initial implementation of associate/dissociate address requests.
* etc/Makefile.am: Add new files. * etc/associate-address.fln: New file. * etc/disassociate-address.fln: New file. * lib/forlan.c (eval_expr): Fix boolean NOT. * src/Makefile.am: Add new files. * src/asscaddr.c: New file. * src/dscrtags.c (eclat_describe_tags): Remove unused variables. * src/eclat.c (cmdtab): Register new commands. * src/eclat.h (eclat_associate_address) (eclat_disassociate_address): New commands. * src/util.c: Add AWSAccessKeyId param in eclat_send_query instead of in describe_query_create. * tests/Makefile.am: Add new files. * tests/testsuite.at: Include new test cases. * tests/associate-address.at: New test case.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e2702ca..423dbd8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,7 @@ bin_PROGRAMS=eclat
eclat_SOURCES=\
accfile.c\
+ asscaddr.c\
cmdline.h\
config.c\
dscrtags.c\

Return to:

Send suggestions and report system problems to the System administrator.