aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Makefile.PL
diff options
context:
space:
mode:
authorMark Glines <mark@glines.org>2002-02-15 07:30:16 +0000
committerMark Glines <mark@glines.org>2002-02-15 07:30:16 +0000
commit29c93235b9032b0f58c99563e5a30c6bd33d8dd0 (patch)
treec0b86f23e13cabbe363e39e1dbfd074636710042 /perl/Makefile.PL
parent9b6b44cdf08b59551ce06a97859d7beb4bb578c8 (diff)
downloadlibfuse-29c93235b9032b0f58c99563e5a30c6bd33d8dd0.tar.gz
fixed mkdir/rmdir
killed some debug messages in tested code, added some in untested stuff updated the readme
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..17ccb51 100644
--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -8,7 +8,7 @@ WriteMakefile(
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'Fuse.pm', # retrieve abstract from module
AUTHOR => 'Mark Glines <mark@glines.org>') : ()),
- 'LIBS' => [''], # e.g., '-lm'
+ 'LIBS' => ['-lefence'], # e.g., '-lm'
'DEFINE' => '-g -ggdb', # e.g., '-DHAVE_SOMETHING'
# Insert -I. if you add *.h files later:
'INC' => '-I../include', # e.g., '-I/usr/include/other'