[Gluster-devel] [PATCH 08/15] build: fix a typo in the python xlator Makefile

Jan Engelhardt jengelh at inai.de
Tue Sep 25 16:41:06 UTC 2012


Signed-off-by: Jan Engelhardt <jengelh at inai.de>
---
 xlators/bindings/python/src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xlators/bindings/python/src/Makefile.am b/xlators/bindings/python/src/Makefile.am
index 90370d8..51438a9 100644
--- a/xlators/bindings/python/src/Makefile.am
+++ b/xlators/bindings/python/src/Makefile.am
@@ -11,7 +11,7 @@ python_so_SOURCES = python.c
 
 AM_CFLAGS = -fPIC $(GF_CPPFLAGS) -Wall \
 	-I$(top_srcdir)/libglusterfs/src -shared -nostartfiles \
-	$(PYTHON_CPPLAGS) -DGLUSTER_PYTHON_PATH=\"$(pythondir)\"
+	$(PYTHON_CPPFLAGS) -DGLUSTER_PYTHON_PATH=\"$(pythondir)\"
 
 AM_LDFLAGS = $(PYTHON_LDFLAGS)
 
-- 
1.7.10.4





More information about the Gluster-devel mailing list