diff options
Diffstat (limited to 'xlators/protocol/server/src/Makefile.am')
| -rw-r--r-- | xlators/protocol/server/src/Makefile.am | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/Makefile.am b/xlators/protocol/server/src/Makefile.am index d65e5b89957..72f811e97fb 100644 --- a/xlators/protocol/server/src/Makefile.am +++ b/xlators/protocol/server/src/Makefile.am @@ -20,7 +20,8 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \  	-DLIBDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/auth\" \  	-I$(top_srcdir)/xlators/protocol/lib/src \  	-I$(top_srcdir)/rpc/rpc-lib/src \ -	-I$(top_srcdir)/rpc/xdr/src -I$(top_builddir)/rpc/xdr/src +	-I$(top_srcdir)/rpc/xdr/src -I$(top_builddir)/rpc/xdr/src \ +        -I$(top_srcdir)/glusterfsd/src  AM_CFLAGS = -Wall $(GF_CFLAGS) \              -DDATADIR=\"$(localstatedir)\"  | 
