diff options
Diffstat (limited to 'dcopperl')
-rw-r--r-- | dcopperl/Makefile.PL.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcopperl/Makefile.PL.in b/dcopperl/Makefile.PL.in index a1b7b3e2..c3ebc1e3 100644 --- a/dcopperl/Makefile.PL.in +++ b/dcopperl/Makefile.PL.in @@ -4,8 +4,8 @@ use Config; # the contents of the Makefile that is written. print "Trying to find some configuration information...\n"; -my $tde_inc = "@tde_includes@"; -my $tde_lib = "@tde_libraries@"; +my $tde_inc = "@kde_includes@"; +my $tde_lib = "@kde_libraries@"; my $qt_inc = "@qt_includes@"; my $qt_lib = "@qt_libraries@"; |