summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-10-28 09:41:27 +0000
committerBryan Ischo <bryan@ischo.com>2008-10-28 09:41:27 +0000
commita5a1c54b7c982978dd8e4cdb3745841f4fef4a34 (patch)
treeaabf28b9abb7b76eed4b5510466159bf9ffbd890 /GNUmakefile
parent742299fd401378b3ba3c7547e002d4f881201ae4 (diff)
downloadceph-libs3-a5a1c54b7c982978dd8e4cdb3745841f4fef4a34.tar.gz
* Implemented Authenticated Query String support
* Implemented Server Access Logging support * Added "Log Delivery" S3 Group to support Server Access Logging * Fixed some minor compiler warnings, due to red-herring signedness issues
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 63a097e..79650ef 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -251,8 +251,8 @@ libs3: $(LIBS3_SHARED) $(LIBS3_SHARED_MAJOR) $(BUILD)/lib/libs3.a
LIBS3_SOURCES := src/acl.c src/bucket.c src/error_parser.c src/general.c \
src/object.c src/request.c src/request_context.c \
- src/response_headers_handler.c src/service.c \
- src/simplexml.c src/util.c
+ src/response_headers_handler.c src/service_access_logging.c \
+ src/service.c src/simplexml.c src/util.c
$(LIBS3_SHARED): $(LIBS3_SOURCES:src/%.c=$(BUILD)/obj/%.do)
@mkdir -p $(dir $@)