storage/nfs: new storage plugin

This commit is contained in:
Max Kellermann
2014-02-08 14:03:25 +01:00
parent d761d8b168
commit b3663b5da2
6 changed files with 291 additions and 0 deletions

View File

@@ -432,6 +432,7 @@ libstorage_a_SOURCES = \
src/storage/FileInfo.hxx
libstorage_a_CPPFLAGS = $(AM_CPPFLAGS) \
$(NFS_CFLAGS) \
$(SMBCLIENT_CFLAGS)
STORAGE_LIBS = libstorage.a
@@ -442,6 +443,12 @@ libstorage_a_SOURCES += \
src/storage/plugins/SmbclientStorage.cxx src/neighbor/plugins/SmbclientStorage.hxx
endif
if ENABLE_NFS
libstorage_a_SOURCES += \
src/lib/nfs/Domain.cxx src/lib/nfs/Domain.hxx \
src/storage/plugins/NfsStorage.cxx src/neighbor/plugins/NfsStorage.hxx
endif
endif
# neighbor plugins