summaryrefslogtreecommitdiffstats
path: root/dcopperl/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'dcopperl/Makefile.PL')
-rw-r--r--dcopperl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcopperl/Makefile.PL b/dcopperl/Makefile.PL
index 8517a323..fbab8952 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 -ltdecore -lDCOP",
+ LIBS => "-L$qt_lib -ltqt-mt -L$kde_lib -ltdecore -lDCOP",
XS => {'DCOP.xs' => 'DCOP.cpp'},
XSOPT => '-C++',
CCFLAGS => '-x c++',