diff options
author | Mystery Man <unknown@mandriva.org> | 2002-07-09 13:18:50 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2002-07-09 13:18:50 +0000 |
commit | 061aa98f8ab5e8b097f3c67e8074f3b057d1d1bf (patch) | |
tree | 6a497ebd94857616d1351e47418c0c3d6db4f563 /perl-install/Newt/Makefile.PL | |
parent | a6a904a31e39b74144c53f0cc4086d496b70c09a (diff) | |
download | drakx-1_1_8_3mdk.tar drakx-1_1_8_3mdk.tar.gz drakx-1_1_8_3mdk.tar.bz2 drakx-1_1_8_3mdk.tar.xz drakx-1_1_8_3mdk.zip |
This commit was manufactured by cvs2svn to create tag 'V1_1_8_3mdk'.V1_1_8_3mdk
Diffstat (limited to 'perl-install/Newt/Makefile.PL')
-rw-r--r-- | perl-install/Newt/Makefile.PL | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/perl-install/Newt/Makefile.PL b/perl-install/Newt/Makefile.PL deleted file mode 100644 index 6378a8f31..000000000 --- a/perl-install/Newt/Makefile.PL +++ /dev/null @@ -1,13 +0,0 @@ -use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. - -WriteMakefile( - 'NAME' => 'Newt', - 'OBJECT' => 'Av_CharPtrPtr.o Newt.o', - 'MAKEFILE' => 'Makefile_c', - 'OPTIMIZE' => '-Os', - 'VERSION_FROM' => 'Newt.pm', # finds $VERSION - 'LIBS' => ['-lnewt -lslang'], - 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' -); |