diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index 72bf988..34df9db 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,8 @@ WriteMakefile( 'MAKEFILE' => 'Makefile', 'OBJECT' => 'URPM.o', 'VERSION_FROM' => 'URPM.pm', - 'LIBS' => [ $libs ], # e.g., '-lm' + 'LIBS' => [ $libs ], 'DEFINE' => $define, - 'INC' => '-I/usr/include/rpm', # e.g., '-I/usr/include/other' + 'INC' => '-I/usr/include/rpm', + INSTALLDIRS => 'vendor', ); |