aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Makefile.PL
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-07-14 06:24:50 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-07-14 06:24:50 +0000
commitffa48fb79d6544e4299c76df8f689f8962fab8fe (patch)
tree4432571bb4a48f8fb1671a1139d97af0ec9e2d25 /perl/Makefile.PL
parentad83d07f62a79e7725d31b41d3f0316526a83634 (diff)
downloadlibfuse-ffa48fb79d6544e4299c76df8f689f8962fab8fe.tar.gz
added patch from Brad Fitzpatrick
Diffstat (limited to 'perl/Makefile.PL')
-rw-r--r--perl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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
);