From ffa48fb79d6544e4299c76df8f689f8962fab8fe Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 14 Jul 2004 06:24:50 +0000 Subject: added patch from Brad Fitzpatrick --- perl/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl/Makefile.PL') diff --git a/perl/Makefile.PL b/perl/Makefile.PL index d495683..6e66f46 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -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/libfuse.a -lpthread', # link all the C files too + 'OBJECT' => 'Fuse.o ../lib/.libs/libfuse.a -lpthread', # link all the C files too ); -- cgit v1.2.3