1 use ExtUtils::MakeMaker;
6 @echo $(INSTALLSITELIB)
11 my %pm = ('Git.pm' => '$(INST_LIBDIR)/Git.pm');
13 # We come with our own bundled Error.pm. It's not in the set of default
14 # Perl modules so install it if it's not available on the system yet.
15 eval { require 'Error' };
17 $pm{'Error.pm'} = '$(INST_LIBDIR)/Error.pm';
22 VERSION_FROM => 'Git.pm',
24 MYEXTLIB => '../libgit.a',
31 -s 'ppport.h' or Devel::PPPort::WriteFile();