From 4b2bef463b46effc57a87f3c7a9cbc5a70602668 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 9 Jan 2002 12:23:27 +0000 Subject: fixes --- python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Makefile') diff --git a/python/Makefile b/python/Makefile index 8b7ea80..12393e7 100644 --- a/python/Makefile +++ b/python/Makefile @@ -1,5 +1,5 @@ _fusemodule.so: _fusemodule.c - gcc -g3 -I/usr/include/python1.5 _fusemodule.c -Wl,-shared -o _fusemodule.so -Wimplicit -lfuse && python -c 'import _fuse' + gcc -g3 -I/usr/include/python2.1 _fusemodule.c -Wl,-shared -o _fusemodule.so -Wimplicit -lfuse && python -c 'import _fuse' clean: rm -f _fusemodule.so *.pyc *.pyo -- cgit v1.2.3