From ef81b4b672bd4f6bc6889070dcde5114872e2142 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 27 Sep 2004 06:30:40 +0000 Subject: fix --- python/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index 632c468..beb5c53 100644 --- a/python/setup.py +++ b/python/setup.py @@ -9,7 +9,8 @@ from distutils.core import setup, Extension setup(name="fuse", version="0.1", ext_modules=[Extension("_fusemodule", ["_fusemodule.c"], - library_dirs=["../lib",], + library_dirs=["../lib/.libs",], + include_dirs=["../include",], libraries=["fuse",], ), ], -- cgit v1.2.3