--- perl/trunk/Makefile.PL 2004/11/11 14:44:15 4 +++ perl/trunk/Makefile.PL 2004/11/18 12:09:10 7 @@ -13,5 +13,5 @@ # 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 );