diff options
Diffstat (limited to 'glusterfsd')
| -rw-r--r-- | glusterfsd/src/Makefile.am | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/glusterfsd/src/Makefile.am b/glusterfsd/src/Makefile.am index 0f83622bb37..e8a3f99b7fa 100644 --- a/glusterfsd/src/Makefile.am +++ b/glusterfsd/src/Makefile.am @@ -12,7 +12,9 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) \  	-I$(top_srcdir)/libglusterfs/src -DDATADIR=\"$(localstatedir)\" \  	-DCONFDIR=\"$(sysconfdir)/glusterfs\" $(GF_GLUSTERFS_CFLAGS) \  	-DXLATORDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator\" \ -	-I$(top_srcdir)/rpc/rpc-lib/src -I$(top_srcdir)/rpc/xdr/src \ +	-I$(top_srcdir)/rpc/rpc-lib/src \ +	-I$(top_srcdir)/rpc/xdr/src \ +	-I$(top_builddir)/rpc/xdr/src \  	-I$(top_srcdir)/xlators/nfs/server/src  AM_CFLAGS = -Wall $(GF_CFLAGS)  | 
