diff options
Diffstat (limited to 'xlators/nfs/server/src/Makefile.am')
-rw-r--r-- | xlators/nfs/server/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/Makefile.am b/xlators/nfs/server/src/Makefile.am index 42f1ab5d20d..9bbfc071a26 100644 --- a/xlators/nfs/server/src/Makefile.am +++ b/xlators/nfs/server/src/Makefile.am @@ -8,7 +8,7 @@ server_la_SOURCES = nfs.c nfs-common.c nfs-fops.c nfs-inodes.c \ server_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la noinst_HEADERS = nfs.h nfs-common.h nfs-fops.h nfs-inodes.h nfs-generics.h \ - mount3.h nfs3-fh.h nfs3.h nfs3-helpers.h nfs-mem-types.h nlm4.h + mount3.h nfs3-fh.h nfs3.h nfs3-helpers.h nfs-mem-types.h nlm4.h \ acl3.h AM_CPPFLAGS = $(GF_CPPFLAGS) \ |