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 | b6c80998f798afb98c5ebb42441c25668b31c93e (patch) | |
tree | 0a40adbce78a1b7ddee1ba637215ca857ffcae19 /perl-install/Newt/Makefile.PL | |
parent | a6a904a31e39b74144c53f0cc4086d496b70c09a (diff) | |
download | drakx-b6c80998f798afb98c5ebb42441c25668b31c93e.tar drakx-b6c80998f798afb98c5ebb42441c25668b31c93e.tar.gz drakx-b6c80998f798afb98c5ebb42441c25668b31c93e.tar.bz2 drakx-b6c80998f798afb98c5ebb42441c25668b31c93e.tar.xz drakx-b6c80998f798afb98c5ebb42441c25668b31c93e.zip |
This commit was manufactured by cvs2svn to create tag 'V1_1_8_4mdk'.V1_1_8_4mdk
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' -); |