fix compilation problems
[perl-fuse.git] / Makefile.PL
index 6e66f46..78bee8a 100644 (file)
@@ -13,5 +13,5 @@ WriteMakefile(
        # Insert -I. if you add *.h files later:
     'INC'              => '-I../include', # e.g., '-I/usr/include/other'
        # Un-comment this if you add C files to link with later:
-    'OBJECT'           => 'Fuse.o ../lib/.libs/libfuse.a -lpthread', # link all the C files too
+    'OBJECT'           => 'Fuse.o -lfuse -lpthread', # link all the C files too
 );