From e1729dfdb9c341fe0b9fed7d7b0a80691a547d82 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 1 Jul 1999 12:29:54 +0000 Subject: "See_The_Changelog" --- perl-install/c/Makefile.PL | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 perl-install/c/Makefile.PL (limited to 'perl-install/c') diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL new file mode 100644 index 000000000..bb7eed0d1 --- /dev/null +++ b/perl-install/c/Makefile.PL @@ -0,0 +1,11 @@ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'c', + 'VERSION_FROM' => 'c.pm', # finds $VERSION + 'LIBS' => ['-ldb1 -lz'], # e.g., '-lm' +# 'OBJECT' => 'c.o librpm.a', + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' + 'INC' => '-Wall', # e.g., '-I/usr/include/other' +); -- cgit v1.2.1