diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 926f00e..87bf022 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ use strict; -my $libname = "libqt-mt.so"; +my $libname = "libtqt-mt.so"; my @prefix = ('/usr', '/usr/local'); my $res=""; |