diff options
Diffstat (limited to 'dcopperl/Makefile.PL.in')
-rw-r--r-- | dcopperl/Makefile.PL.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcopperl/Makefile.PL.in b/dcopperl/Makefile.PL.in index e30f32a4..3c5e0c18 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 -ltdecore -lDCOP", + LIBS => "-L$qt_lib -ltqt-mt -L$kde_lib -ltdecore -lDCOP", XS => {'DCOP.xs' => 'DCOP.cpp'}, XSOPT => '-C++', CCFLAGS => '-x c++', |