diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 53d596247..b487d019d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |