storage/http: new storage plugin
This commit is contained in:
+12
@@ -699,6 +699,8 @@ libstorage_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||
|
||||
STORAGE_LIBS = \
|
||||
libstorage.a \
|
||||
$(CURL_LIBS) \
|
||||
$(EXPAT_LIBS) \
|
||||
$(NFS_LIBS) \
|
||||
$(SMBCLIENT_LIBS)
|
||||
|
||||
@@ -714,6 +716,12 @@ libstorage_a_SOURCES += \
|
||||
src/storage/plugins/NfsStorage.cxx src/storage/plugins/NfsStorage.hxx
|
||||
endif
|
||||
|
||||
if ENABLE_WEBDAV
|
||||
libstorage_a_SOURCES += \
|
||||
src/lib/expat/ExpatParser.cxx \
|
||||
src/storage/plugins/CurlStorage.cxx src/storage/plugins/CurlStorage.hxx
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
# neighbor plugins
|
||||
@@ -1768,6 +1776,10 @@ test_run_storage_SOURCES = \
|
||||
test/ScopeIOThread.hxx \
|
||||
test/run_storage.cxx
|
||||
|
||||
if ENABLE_WEBDAV
|
||||
test_run_storage_SOURCES += $(CURL_SOURCES)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
test_run_input_LDADD = \
|
||||
|
||||
Reference in New Issue
Block a user