diff options
Diffstat (limited to 'xlators/nfs')
| -rw-r--r-- | xlators/nfs/server/src/Makefile.am | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/Makefile.am b/xlators/nfs/server/src/Makefile.am index 4814c0ca2a0..98fcc58464f 100644 --- a/xlators/nfs/server/src/Makefile.am +++ b/xlators/nfs/server/src/Makefile.am @@ -13,7 +13,9 @@ noinst_HEADERS = nfs.h nfs-common.h nfs-fops.h nfs-inodes.h nfs-generics.h \  AM_CFLAGS = $(GF_CPPFLAGS) -Wall \  	-DLIBDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/auth\" \  	-I$(top_srcdir)/libglusterfs/src $(GF_CFLAGS)\ -	-I$(nfsrpclibdir) -L$(xlatordir)/ -I$(CONTRIBDIR)/rbtree\ +	-I$(nfsrpclibdir) -I$(CONTRIBDIR)/rbtree\  	-I$(top_srcdir)/rpc/xdr/src/ +AM_LDFLAGS = -L$(xlatordir) +  CLEANFILES =  | 
