From 8d7027ce9506c909253e88496b410e54c3973082 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:29:32 -0600 Subject: Additional kde to tde renaming --- dcopperl/Makefile.PL | 2 +- dcopperl/Makefile.PL.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dcopperl') diff --git a/dcopperl/Makefile.PL b/dcopperl/Makefile.PL index c22ff234..8517a323 100644 --- a/dcopperl/Makefile.PL +++ b/dcopperl/Makefile.PL @@ -27,7 +27,7 @@ WriteMakefile( NAME => 'DCOP', VERSION_FROM => 'DCOP.pm', INC => "-I$qt_inc -I$kde_inc", - LIBS => "-L$qt_lib -lqt-mt -L$kde_lib -lkdecore -lDCOP", + LIBS => "-L$qt_lib -lqt-mt -L$kde_lib -ltdecore -lDCOP", XS => {'DCOP.xs' => 'DCOP.cpp'}, XSOPT => '-C++', CCFLAGS => '-x c++', diff --git a/dcopperl/Makefile.PL.in b/dcopperl/Makefile.PL.in index 2a8e355b..e30f32a4 100644 --- a/dcopperl/Makefile.PL.in +++ b/dcopperl/Makefile.PL.in @@ -13,7 +13,7 @@ WriteMakefile( NAME => 'DCOP', VERSION_FROM => '@srcdir@/DCOP.pm', INC => "-I$qt_inc -I$kde_inc", - LIBS => "-L$qt_lib -lqt-mt -L$kde_lib -lkdecore -lDCOP", + LIBS => "-L$qt_lib -lqt-mt -L$kde_lib -ltdecore -lDCOP", XS => {'DCOP.xs' => 'DCOP.cpp'}, XSOPT => '-C++', CCFLAGS => '-x c++', -- cgit v1.2.1