Fix PRERETTQ

bug/266/move-to-usr
Timothy Pearson 13 years ago
parent b2af005db2
commit ae6c3bfd9e

@ -83,7 +83,7 @@ my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","qt",".libs");
WriteMakefile(
'NAME' => 'TQt',
'VERSION_FROM' => 'TQt.pm', # finds $VERSION
'PRERETTQ_PM' => {}, # e.g., Module::Name => 1.1,
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1,
'INC' => '@all_includes@ -I. -I../smoke',
'LIBS' => ['@all_libraries@'." -L$localsmoke -lsmokeqt ".'@LIBCRYPT@'." $qtlib"],
# 'XS' => {'TQt.xs' => 'TQt.cpp'}, # does not work ... still expects TQt.c

@ -2265,7 +2265,7 @@ on getting anonymous CVS access to this script.
Maintainer: Karl Fogel <kfogel@red-bean.com>
Please report bugs to <bug-cvs2cl@red-bean.com>.
=head1 PRERETQUISITES
=head1 PREREQUISITES
This script requires C<Text::Wrap>, C<Time::Local>, and
C<File::Basename>.

Loading…
Cancel
Save