diff options
Diffstat (limited to 'cli/src')
| -rw-r--r-- | cli/src/Makefile.am | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/cli/src/Makefile.am b/cli/src/Makefile.am index c6323e591de..6be070f6ff7 100644 --- a/cli/src/Makefile.am +++ b/cli/src/Makefile.am @@ -21,10 +21,9 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) \  	-DDATADIR=\"$(localstatedir)\" \  	-DCONFDIR=\"$(sysconfdir)/glusterfs\" \  	-DGSYNCD_PREFIX=\"$(GLUSTERFS_LIBEXECDIR)\"\ -	-DSYNCDAEMON_COMPILE=$(SYNCDAEMON_COMPILE) -DSBIN_DIR=\"$(sbindir)\"\ -	$(XML_CPPFLAGS) +	-DSYNCDAEMON_COMPILE=$(SYNCDAEMON_COMPILE) -DSBIN_DIR=\"$(sbindir)\" -AM_CFLAGS = -Wall $(GF_CFLAGS) +AM_CFLAGS = -Wall $(GF_CFLAGS) $(XML_CFLAGS)  CLEANFILES =  | 
