Initial support for NSM
[deb_libnfs.git] / lib / Makefile.am
index 4a51bc710d247b701318086ea71955bd63205a99..e35a6c0de63b7bf897120c7a72caf158b0804391 100644 (file)
@@ -5,6 +5,7 @@ libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \
                     -I../mount \
                     -I../nfs \
                     -I../nlm \
+                    -I../nsm \
                     -I../portmap \
                     -I../rquota \
                     "-D_U_=__attribute__((unused))"
@@ -22,6 +23,7 @@ libnfs_la_LIBADD = \
        ../mount/libmount.la \
        ../nfs/libnfs.la \
        ../nlm/libnlm.la \
+       ../nsm/libnsm.la \
        ../portmap/libportmap.la \
        ../rquota/librquota.la