gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jan Engelhardt
Subject: [Gluster-devel] [PATCH 08/15] build: fix a typo in the python xlator Makefile
Date: Tue, 25 Sep 2012 18:41:06 +0200

Signed-off-by: Jan Engelhardt <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]