storage/nfs: new storage plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user