diff options
author | Max Kellermann <max@duempel.org> | 2014-10-01 23:57:28 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-09 08:09:08 +0200 |
commit | bb922d577dd8dc484d25c29c7c85bf04ecd62256 (patch) | |
tree | 1a54ff8997d182820aae67f1df480a2542fad4f9 /Makefile.am | |
parent | 990809cc2137b0de968394a0fb6ecde3bd3a0c21 (diff) |
storage/nfs: use the libnfs async API
Share the NFS connection with the NFS input plugin.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 213fda2e7..90e2074fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -561,6 +561,7 @@ NFS_SOURCES = \ src/lib/nfs/Glue.cxx src/lib/nfs/Glue.hxx \ src/lib/nfs/Base.cxx src/lib/nfs/Base.hxx \ src/lib/nfs/FileReader.cxx src/lib/nfs/FileReader.hxx \ + src/lib/nfs/Blocking.cxx src/lib/nfs/Blocking.hxx \ src/lib/nfs/Domain.cxx src/lib/nfs/Domain.hxx if ENABLE_DATABASE |